This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: cp1252 -*- | |
''' | |
[Programación en Python] | |
''' | |
''' | |
Python tiene veintiocho palabras clave: | |
and continue else for import not raise | |
assert def except from in or return | |
break del exec global is pass try |