Sichanov

ss

Apr 24th, 2021
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. for i in range(0, 101):
  2.     if i == 1:
  3.         continue
  4.     else:
  5.         print(i)
Advertisement
Add Comment
Please, Sign In to add comment