Source Code:
(back to article)
def my_function(): if True: print("Hallo Welt!") print("Auf Wiedersehen Welt!")
Result:
Report an issue