Untitled
plain_text
a month ago
163 B
1
Indexable
Never
x = int(input('Entre com um valor: ')) y = int(input('Entre com um valor: ')) if x > y: x = y z = x y = z while x < y: print(x) x = x + 1
x = int(input('Entre com um valor: ')) y = int(input('Entre com um valor: ')) if x > y: x = y z = x y = z while x < y: print(x) x = x + 1