def fun1(): global some_text some_text = "1234" def fun2(): print(some_text) fun1()fun2()
Standard input is empty
1234
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!