Source Code:
(back to article)
def greet(name): print("Hello, " + name) greet("John")
Result:
Report an issue