Project: Favorite Quote
Print your favorite quote with this Python project.
We'll cover the following
Task
Let’s take it a step further! Write a Python print statement that prints one of your favorite quotes. The quote can be from a movie, a book, or perhaps even your own.
Let’s look at the following example:
Press + to interact
Python 3.8
# Print your favorite quote here.
Fantastic! You can now print your customized messages.
If you’re stuck, click the “Show Solution” button.
Quick recap
Till now, we learned:
How to use the
print()
function to display messagesHow to customize text inside the function
You’ve already got the basics down—you’re officially coding in Python!
What’s next?
Next, we’ll turn Python into your personal calculator—helping you do math quickly, accurately, and effortlessly.
Let’s keep going!