下面的代码让电脑崩溃了,不知道问题出在哪?请大神解释一下
def min(x):temp=[]
rusult =''
t = x//2
y = x%2
if t != 0:
temp.append(t)
result +=str(temp.pop())
return result
print(min(255)) 第三行result打错字了
def min(x):
temp=[]
result =''
t = x//2
y = x%2
if t != 0:
temp.append(t)
result +=str(temp.pop())
return result
print(min(255))
感谢感谢^-^ 4 打错字了,但不会电脑崩溃吧,你的电脑可以考虑换一下 fishcllove 发表于 2021-10-5 16:42
打错字了,但不会电脑崩溃吧,你的电脑可以考虑换一下
确实该换了,但是想让它撑到毕业,学生党太难了{:9_221:} 让你寝室友买 fishcllove 发表于 2021-10-6 08:37
让你寝室友买
哈哈哈哈哈哈哈,接下来的目标,给室友成功洗脑,让她们集资给我买电脑
页:
[1]