Summary
Tip
See the Text and images tab for more details!
In this module, you wrote your first Python code.
You used the print() function to display output to the console, the input() function to accept input from a user, and common string operations to format and manipulate text. You combined these skills to build a Python program that creates a personalized greeting.