Advertisement
Guest User

new

a guest
Jul 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. print '(2+2)'
  2. x=5
  3. y=6
  4. print x+y
  5. a= 'hello'
  6. b= 'world'
  7. print a+b
  8. print 'python is an awesome programming language'
  9. print
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement