appMessage = 'hello'print(globals()['appMessage'])globals()['appMessage'] = 'WORLD' print(globals()['appMessage'])
Standard input is empty
hello WORLD
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!