descend3d

loop fr

Oct 2nd, 2025
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. count = 0
  2.  
  3. for count in range(1, 21):
  4.     if 10 <= count <= 15:
  5.         print(count)
  6.    
Tags: python
Advertisement
Add Comment
Please, Sign In to add comment