lst=[]#初置空列表,用于存放水仙花数
#用for循环遍历所有三位数
a=#取个位
b=#取十位
c=i//100#取百位
if #如果a'+b'+c°等于i本身
lst. append(i)#将i添加到列表中
print(1st)#输出列表