moseechev

цена =

Oct 28th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. a=int(input('Цена = '))
  2. b=a
  3. c=0
  4. while c<10 :
  5. print (b)
  6. b+=a
  7. c+=1
Add Comment
Please, Sign In to add comment