def tervita(): print("tere") def viisKorda(tegevus): for i in range(5): tegevus() #tervita() viisKorda(tervita)