Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. def test():
  2.  
  3. >>> test()
  4. test1
  5. test2
  6. test3
  7. test4
  8. last test
  9. """
  10. llist = ['list1', ['list2', ['list3', ['list4', ['last list', None]]]]]
  11.  
  12. print(llist[0])
  13. _____________________
  14. print(llist[0])
  15. _____________________
  16. print(llist[0])
  17. _____________________
  18. print(llist[0])
  19. _____________________
  20. print(llist[0])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement