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
def
with
for
There are programming languages that let you do this (Tcl, for example), but Python isn't one of those languages.