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
print(....
temp = input.....
guess = int.... # 这个地方没有缩进
if guess