m2skills

LL python op

Apr 7th, 2017
2,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. 1 --> 2 --> 3 --> 4 --> 5
  2. 1 --> 2 --> 3 --> 4 --> 5 --> 12 --> 13 --> 3
  3. 8
  4. 3
  5. 5
  6. True
  7. 1 --> 3 --> 4 --> 5 --> 13 --> 3
  8. 13
  9. 1
  10. True
  11. 31 --> 1 --> 3 --> 4 --> 5 --> 13 --> 3
  12. 31
  13. 1 --> 3 --> 4 --> 5 --> 13 --> 3
  14. 1 --> 3 --> 4 --> 5 --> 13 --> 3
  15. Empty List!!!
  16. 1,3,4,5,13,3
  17. 2
  18. [1, 3, 4, 5, 13, 3]
  19. {1, 3, 4, 5, 13}
  20. 3 --> 13 --> 5 --> 4 --> 3 --> 1
  21. 1 --> 3 --> 3 --> 4 --> 5 --> 13
  22. 1 --> 3 --> 3 --> 4 --> 5 --> 13
Add Comment
Please, Sign In to add comment