If programming is the act of teaching a computer to have a conversation with a user, it would be most useful to first teach the computer how to speak. In Python, this is accomplished with the print statement.
A print statement is the easiest way to get your Python program to communicate with you. Being able to command this communication will be one of the most valuable tools in your programming toolbox.
Using a print statement, output a message of your choosing to the terminal.
(Hint: Print a message by typing print followed by your message in quotes, like this:)
Using a print statement, output a message of your choosing to the terminal.
(Hint: Print a message by typing print followed by your message in quotes, like this:)