Facebook
From Thundering Goose, 5 Years ago, written in Python.
This paste is a reply to chuj from szafranji - go back
Embed
Viewing differences between chuj and Re: chuj
print("hylou")A = int(input())
B = int(input())
if A < B :
    while A < B :
        print(A)
        A + 1
else :
    print(Buy)
elif A > B :
    while A > B :
        print(B)
        B -= 1
else :
    print(Buy)
captcha