Advertisement
Mancolo

Untitled

Sep 30th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement