Mancolo

Untitled

Sep 30th, 2020
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. a = int(input("a ="))
  2. b = int(input("b ="))
  3. for i in range (a,b):
  4.     print (i ** 2)
  5.  
Add Comment
Please, Sign In to add comment