# Python program to illustrate # functions def bonjour(): print("bonjour") print("bonjour encore") bonjour() # calling function bonjour()