Python has a set of keywords that are reserved words that cannot be used as
variable names, function names, or any other identifiers.
and | as | assert | break | class |
continue |
def |
del |
elif |
else |
except | False | finally | for |
from |
global |
if |
import |
in |
is |
lambda |
None | nonlocal |
not |
or |
pass |
raise |
return |
True |
try |
while |
with |
yield |
|
No comments:
Post a Comment