Guest User

Untitled

a guest
Feb 17th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. python2
  2. print 'hello world'
  3. output
  4. 'hello world'
  5. pyhton 3
  6. print('hello world')
  7. output
  8. 'hello world'
Add Comment
Please, Sign In to add comment