1st=[] #定义一个空列表,用于存放水仙花数
: #用for循环遍历所有的三位数
a= #个位
b= (i//10) %10 #十位
c= #百位
if
1st. append (i) #在列表的末尾追加一个元素
print(lst) #输出列表