def print_favorite_number(): print("My favorite number is 42.") def say_introduction(): print("Hello, my name is Devin Balkcom.") print("I am a professor.") say_introduction() print_favorite_number()