0
嗨无效字符我刚开始用python.And而我想我的第一个程序我面临这个问题:语法错误:在标识符
python_mission = """
The mission of the Python Software Foundation is to promote, protect,
and advance the Python programming language, and to support and
facilitate the growth of a diverse and international community of
Python programmer
"""
print(“The word returned is: {}”.format(python_mission[25:34]))
Error: Invalid character in identifier
你有卷曲的报价。 – Scimonster
替换引号:'print(“返回的单词是:{}”.format(python_mission [25:34]))'' – Shai