Shout it
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
This one builds on a lesson you haven't finished yet. Do that lesson first:
Python Basics · Working with strings →
Shout it
word is "quiet". Store an UPPERCASE copy in loud.
⚠️ .upper() is a method: the text goes before the dot and the brackets stay empty — word.upper(), never upper(word).
word is "quiet". Store an UPPERCASE copy in loud.
Click Run to see the output here.