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