Source Code:
(back to article)
def Beispiel(): x = 5 print(x) Beispiel()
Result:
Report an issue