""
Python es un lenguaje practico y fácil de aprender.
Fuente: docs.python.org
El intérprete de Python tiene una serie de funciones y tipos incluidos en él que están siempre disponibles. Están listados aquí en orden alfabético.
Funciones incorporadas
abs()
aiter()
all()
anext()
any()
ascii()
bin()
bool()
breakpoint()
bytearray()
bytes()
callable()
chr()
classmethod()
compile()
complex()
delattr()
dict()
dir()
divmod()
enumerate()
eval()
exec()
filter()
float()
format()
frozenset()
getattr()
globals()
hasattr()
hash()
help()
hex()
id()
input()
int()
isinstance()
issubclass()
iter()
len()
list()
locals()
map()
max()
memoryview()
min()
next()
object()
oct()
open()
ord()
pow()
print()
property()
range()
repr()
reversed()
round()
set()
setattr()
slice()
sorted()
staticmethod()
str()
sum()
super()
tuple()
type()
vars()
zip()
__import__()
Antes de ver esta tabla solo conocía: bool, complex, dict, float, help, id, input, int, len, list, open, pow, print, range, round, set, str, sum, tuple, type, 20/71, falta mucho por aprender.
Antes de ver esta tabla solo conocía: bool, complex, dict, float, help, id, input, int, len, list, open, pow, print, range, round, set, str, sum, tuple, type, 20/71, falta mucho por aprender.
ResponderBorrar