Advertisement
Guest User

Untitled

a guest
May 27th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # Get N from the command line
  2. import sys
  3. N = int(sys.argv[1])
  4.  
  5. # Your code goes here
  6. counter > 0
  7. while counter >= N:
  8. print(counter)
  9. counter = counter + 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement