Wednesday, January 1, 2020

How to write a basic functions in python

def test():
    print("good morning")

test()

output:
good morning


No comments:

Post a Comment

python class topic video