Sichanov

asd

Jun 27th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. import itertools
  2. for i in itertools.count(start=1):
  3.     number = int(input())
  4.     if i == 100:
  5.         break
Advertisement
Add Comment
Please, Sign In to add comment