"""Déclaration de fonction simple.""" def show_something(): print("Something") # Exécuter la fonction show_something()