Guest User

Untitled

a guest
Jan 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. text = block ""
  2. four score and seven years ago on this blah blah
  3. and also some blah blah
  4. with blah blah
  5.  
  6. matrix = block []
  7. [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
  8. [0, 2, 3, 4, 5, 6, 7, 8, 0, 3]
  9. [4, 5, 6, 7, 3, 6, 2, 0, 6, 4]
  10. [2, 3, 5, 6, 4, 7, 2, 3, 7, 4]
  11. [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
  12. [0, 2, 3, 4, 5, 6, 7, 8, 0, 3]
  13. [4, 5, 6, 7, 3, 6, 2, 0, 6, 4]
  14. [2, 3, 5, 6, 4, 7, 2, 3, 7, 4]
  15. [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
  16.  
  17. sumOfABunchOfThings = block (+)
  18. 3 * (9 + 1)
  19. 27 ^ 4
  20. 1 + 1 + 1 + 1 + 1
  21.  
  22. longConjunction = block (&)
  23. statement1
  24. statement2
  25. statement3
  26. statement4
  27.  
  28. tuplol = block ()
  29. item1
  30. item2
  31. item3
Add Comment
Please, Sign In to add comment