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