# your code goes here def fun1 () : print("I am fun1") """fun1()print(__name__)""" if __name__ == "__main__" : fun1()
Standard input is empty
I am fun1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!