I am used to naming Python arguments in this way:
my_argument=\'foo\'
what\'s the advantage if I do this instead:
my_argum
Exactly what it gives in the PEP: it allows you to use something that would otherwise be a Python keyword.
as_ with_ for_ in_