hanxiaoruiniu 发表于 2022-5-31 14:40:02

while循环出错

x=1
while x<=5:
    print(x)
    x+=1
请问这个错在哪里了啊,怎么运行还会显示
Tell me something,and I will repeat it back to you:
Enter 'quit' to end the program.

jackz007 发表于 2022-5-31 15:04:21

       你确定运行的是这个代码?

67193114 发表于 2022-5-31 15:06:43

语句没有错,检查一下别的哪里可能出错了!

hanxiaoruiniu 发表于 2022-5-31 16:27:49

jackz007 发表于 2022-5-31 15:04
你确定运行的是这个代码?

是啊,就是这个代码啊!

hanxiaoruiniu 发表于 2022-5-31 16:28:23

67193114 发表于 2022-5-31 15:06
语句没有错,检查一下别的哪里可能出错了!

这是书本上的代码,按理来说是没有错的,怎么不能运行呢。

当初约定 发表于 2022-5-31 16:33:11

no problem{:10_256:}

lih_yrz 发表于 2022-5-31 16:34:28

没有问题,可以运行file:///C:/Users/96108/Desktop/1653986015(1).jpg

hanxiaoruiniu 发表于 2022-5-31 16:55:40

当初约定 发表于 2022-5-31 16:33
no problem

那我下载的pycharm2022有问题{:5_109:}

hanxiaoruiniu 发表于 2022-5-31 16:56:13

lih_yrz 发表于 2022-5-31 16:34
没有问题,可以运行

好的。可能我用的pycharm有问题啊。
页: [1]
查看完整版本: while循环出错