Función de llamadas de Python x Número de veces
# to call a function x amount of times
for i in range(x amount of times):
func()
NotACoder
# to call a function x amount of times
for i in range(x amount of times):
func()