Guest User

Untitled

a guest
Mar 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ### header 1
  2.  
  3. ## header 1.1
  4.  
  5. # on the next line we print 1+1
  6. print(1+1)
  7.  
  8. # initialize list
  9. list = []
  10.  
  11. ## header 1.2
  12.  
  13. ### header 2
Add Comment
Please, Sign In to add comment