def fonction_utile2(nombre): for i in range(nombre): print(i) if __name__ == "__main__": fonction_utile2(5)