Python
From ZENotes
(Difference between revisions)
| Line 7: | Line 7: | ||
{| class="wikitable" | {| class="wikitable" | ||
|Python keywords| | |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| | ||
| − | |finally |||| | + | |- |
| − | |in ||is || lambda nonlocal|| not || or|| | + | |finally || for || from ||global || if || import| |
| + | |- | ||
| + | |in ||is || lambda|| nonlocal|| not || or| | ||
| + | |- | ||
|pass ||raise|| return|| try || while || with| | |pass ||raise|| return|| try || while || with| | ||
| − | |yield|| True|| False|| None || | + | |- |
| + | |yield|| True|| False|| None || || || | ||
|} | |} | ||
Back to [[Self training]] | Back to [[Self training]] | ||
Revision as of 12:54, 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 | ||
| pass | raise | return | try | while | ||
| yield | True | False | None |
Back to Self training