Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. list1 = ['hello', 'hello', 'hello', 'hello', 'hello', 'goodbye']
  2. list2 = ['hello', 'hello', 'hello']
  3. list3 = ['hello', 'hello', 'hello', 'hello']
  4.  
  5. hello hello hello
  6. hello hello hello
  7. hello hello hello
  8. hello hello
  9. hello
  10. goodbye
  11.  
  12. itertools.zip_longest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement