Advertisement
moseechev

Untitled

Oct 28th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. a=int(input(''))
  2. b=int(input(''))
  3. while a<b :
  4. print ('', + a)
  5. a+=1
  6. while a==b :
  7. print (b)
  8. b+=1
  9.  
  10.  
  11. или
  12.  
  13.  
  14. a=int(input(''))
  15. b=int(input(''))
  16. while a<b :
  17. print ('', + a)
  18. a+=1
  19. while a==b :
  20. print (b)
  21. b+=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement