Advertisement
TJM4

Untitled

Sep 4th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. hello_world.py
  2. import time
  3. print("Hello world!")
  4. time.sleep(10)
  5.  
  6. open("x", "w").close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement