Python
From ZENotes
(Difference between revisions)
Line 5: | Line 5: | ||
[[Python glossary]] | [[Python glossary]] | ||
+ | |||
+ | '''Python keywords''' | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |||
|- | |- | ||
|and ||as|| assert ||break ||class|| continue | |and ||as|| assert ||break ||class|| continue |
Revision as of 12:57, 1 May 2013
From http://interactivepython.org/courselib/static/thinkcspy/GeneralIntro/introduction.html
Python keywords
and | as | assert | break | class | continue |
def | del | elif | else | except | exec |
finally | for | from | global | if | import |
in | is | lambda | nonlocal | not | or |
pass | raise | return | try | while | with |
yield | True | False | None |
Back to Self training