from threading import Thread def suban(): print('suban is a potato') Thread(target=suban).start()
Standard input is empty
suban is a potato
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!