Strings
9 / 18
EasyOutput prediction

Case methods return new strings

What does this code print?

s = "Hello World"
s.upper()
print(s)

← → arrow keys to navigate

Sign in to save your progress.

Case methods return new strings - Python Strings Quiz | Unnested