Facebook
From Cute Coyote, 4 Years ago, written in Python.
This paste is a reply to chuj from szafranji - view diff
Embed
Download Paste or View Raw
Hits: 135
  1. A = int(input())
  2. B = int(input())
  3. if A < B :
  4.     while A < B :
  5.         print(A)
  6.         A + 1
  7. else :
  8.     print(Buy)
  9. elif A > B :
  10.     while A > B :
  11.         print(B)
  12.         B -= 1
  13. else :
  14.     print(Buy)
captcha