Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. $ python3 <<EOF
  2. > for i in range(5):
  3. > print(i)
  4. > type(i)
  5. > EOF
  6. 0
  7. 1
  8. 2
  9. 3
  10. 4
Add Comment
Please, Sign In to add comment