Source Code:
(back to article)
def my_function(): if True: print("Hello, world!") print("Goodbye, world!")
Result:
Report an issue