y = 42 def foo(): global y print(y) foo() y = 180 foo()
Standard input is empty
42 180
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!