Please enable JavaScript.
Coggle requires JavaScript to display documents.
Funciones (Ya Vienen (input(), print(), int(), float(), str(), bool(),…
Funciones
Ya Vienen
input()
print()
int()
float()
str()
bool()
len()
abs()
round()
min()
max()
Cosas que hay que saber
nombre
cuántos parámetros recibe
qué tipo de parámetros recibe
qué retorna
Guardar en variable
Imprimir
Usar en algún cálculo
qué hace
MODULOS
turtle
forward()
right()
left()
goto()
shape()
math
sin()
cos()
tan()
pi
random
randint()
choice()
Propias
Definir con def
Nombrar parametros/argumentos
Retornar si es el caso