for x in range(1,10): for y in range(0,10): for z in range(0,10): if x==z: print x*100+y*10+z 为什么不可以? 查看完整描述