Guest User

Untitled

a guest
Jan 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. text = block ""
  2. four score and seven years ago on this blah blah
  3. and a lso 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 7, 3, 6, 2, 0, 6, 4]
  9. [ 2, 3, 5, 6, 4, 7, 2, 3, 7, 4]
  10. [0, 1, 2 5, 6, 7 , 3, 6, 2, 0, 6, 4]
  11. [2, 3, 5, 6, 4, 7 , 2, 3, 7, 4]
  12. [0, 1, 2, 3, 4, 5 , 6, 7, 8, 9]
  13.  
  14. sumOfABunchOfThings = block (+)
  15. 3 * (9 + 1)
  16. 27 ^ 4
  17. 1 + 1 + 1 + 1 + 1
  18.  
  19. longConjunction = block (&)
  20. stat ment4
  21.  
  22. tuplol = block ()
  23. ite m1
  24. item2
  25. item3
Add Comment
Please, Sign In to add comment