ayshan

slayd(dovrler) 1

Mar 10th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. a=int(input())
  2. b=int(input())
  3. 0<a<b
  4. k=a
  5. while k<=b:
  6. if k>b:
  7. break
  8. print(k**2)
  9. k+=1
  10. else:
  11. print("error")
Add Comment
Please, Sign In to add comment