python 1096: 水仙花數(函式專題)

逐吧發表於2020-12-20

while True:
m,n=map(int,input().split())
e=[]
for i in range(m,n+1):
b=i//100
c=(i%100)//10
d=i%10
if ib3+c3+d**3:
e.append(str(i))
if e
[]:
print(‘no’)
else:
print(’ '.join(e))

相關文章