Diferencia entre revisiones de «Curso de Programación en Python/Keywords»
Ir a la navegación
Ir a la búsqueda
(Sin diferencias)
|
Revisión actual del 05:45 5 oct 2015
| Python3 keywords | ||||
|---|---|---|---|---|
| False | class | finally | is | return |
| None | continue | for | lambda | try |
| True | def | from | nonlocal | while |
| and | del | global | not | with |
| as | elif | if | or | yield |
| assert | else | import | pass | |
| break | except | in | raise | |