acoolrocket

Reddit Comment - Make Number List

Jul 26th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. for i in range(1,51):
  2. print str(i) + "."
  3. print " "
Add Comment
Please, Sign In to add comment