Python/ Keywords
Erscheinungsbild
< Python
Groß- und Kleinschreibung muss beachtet werden!
keyword | Bedeutung | Kapitel |
---|---|---|
and | ||
as | ||
assert | ||
break | ||
class | ||
continue | ||
def | ||
del | Python/ Variablen | |
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 |