为什么我照着小甲鱼的python代码打出来却报错!!

2025-01-26 14:33:58
推荐回答(2个)
回答1:

python严禁Tab和空格混用, 只能使用其中一种

if 4 == 4:
    print("哈哈")
    print("hehe"

表面上看不出, 但是, Tab并不能代替空格

File "E:/code/python/知道.py", line 3
    print("hehe")
                ^
IndentationError: unindent does not match any outer indentation level
Process finished with exit code 1

回答2:

print(....
temp = input.....
guess = int.... # 这个地方没有缩进
if guess
    print