Why does executing a comment in a Python breakpoint() cause '*** SyntaxError: unexpected EOF while parsing'?

前端 未结 0 1756
醉梦人生
醉梦人生 2021-02-04 02:18

After starting IPython, I execute these commands:

breakpoint()
# testing comment

It produces this output:

*** SyntaxError: unexpec         


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