python3.3.0按照HeadFirst Python这本书运行split函数提示SyntaxError: invalid syntax,何解啊?

日期:2021-07-01 21:40:01 人气:1

python3.3.0按照HeadFirst Python这本书运行split函数提示SyntaxError: invalid syntax,何解啊?

print(role,end'')
这个你漏了等号吧。试试看
print(role,end='')
其他类似。
    A+
热门评论