Making your own statements

后端 未结 5 497
情深已故
情深已故 2020-12-21 15:03

Is there a way to define new statements like def, with, for of my own in Python? Of course, I don\'t mean to override the existing sta

5条回答
  •  佛祖请我去吃肉
    2020-12-21 15:38

    There are programming languages that let you do this (Tcl, for example), but Python isn't one of those languages.

提交回复
热议问题