You have already completed these exercises!
Do you want to take them again?
You completed the Python Modify Strings Exercises from W3Schools.com
Share on:
What is a correct syntax to print a string in upper case letters?
'Welcome'.upper()
'Welcome'.toUpper()
'Welcome'.toUpperCase()