Python3: You cannot use a Python keyword as a function name

后端 未结 0 2000
遇见更好的自我
遇见更好的自我 2021-02-07 05:01

While working on a python script I got a SyntaxError while splitting my code into functions code:

def pass():
    print("Sol")

Error

相关标签:
回答
  • 消灭零回复
提交回复
热议问题