Guest User

Untitled

a guest
Apr 1st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. >>>
  2. >>> blah = (1, 2, 3, 4, 5, 6, 7, 8, 9, 0)
  3. >>> for thing in blah:
  4.     print thing,
  5.  
  6.    
  7. 1 2 3 4 5 6 7 8 9 0
  8. >>>
Advertisement
Add Comment
Please, Sign In to add comment