Challenge: Favorite Quote
In Python, you can display text on the screen using a built-in function called print.
A quote is just text, like a sentence or phrase from a movie, book, or something you like.
Your task:
Write one line of Python code that prints one of your favorite quotes.
💡 Hint:
Code usually follows this pattern:
function name → parentheses → what you want to show inside
When you click Run, your quote should appear in the output.
Challenge: Favorite Quote
In Python, you can display text on the screen using a built-in function called print.
A quote is just text, like a sentence or phrase from a movie, book, or something you like.
Your task:
Write one line of Python code that prints one of your favorite quotes.
💡 Hint:
Code usually follows this pattern:
function name → parentheses → what you want to show inside
When you click Run, your quote should appear in the output.