#1808: ez 3.141592653587


1753422-4@g.puiching.edu.mo (P5A30廖善衡)

School : No School
ID : 2950
IP address : [192.168.120.33]
Last Login :
2025-03-20 11:41:41
a080. a與b之間全部整數 | From: [192.168.120.33] | Post Date : 2025-03-13 12:05

x,y= input().split()

x = int(x)

y = int(y)

list1 =" "

while x <= y:

    x = str(x)

    list1 = list1 + x  + " "

    x = int(x)

    x += 1

print(list1)

 

 
ZeroJudge Forum