Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. print >>f, "Hello world" # Python 2.x
  2.  
  3. print("Hello world", file=f) # Python 3.x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement