代码如下: x=0 y=0 while True: x=x+1 if x>9: break while True: y=y+1 if y>9: break if x<y: print(x*10+y) 运行结果:
卧龙绝圣
相关分类