função de chamada python x número de vezes

# to call a function x amount of times 
for i in range(x amount of times):
  func()
NotACoder