Guest User

Untitled

a guest
Oct 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import sys
  2. while True:
  3. print "Hello World"
  4. #sys.stdout.write("Hello World")
  5. #sys.stderr.write("Hello World")
  6. sys.stdout.flush()
Add Comment
Please, Sign In to add comment