Introduction To Python
Easy to code
Cross platform
Free and open source
Integrated and interpreted language
High-level language
List: example
services = ["http", "ssh", "ftp"]
Tuple: example
ports = ("http", "ssh", "smb", "ftp")
Dictionary: example
services = {"http":, "ssh":23, "smb":445}
type(variable) Se usa para ver el tipo de dato que es