Question: How can you convert all characters in a string to uppercase? upper _ string = string.upper ( ) per _ string = string.toUpper ( )

How can you convert all characters in a string to uppercase?
upper_string = string.upper()
per_string = string.toUpper()
upper_string = string.capitalize()
upper_string = string.uppercase()
 How can you convert all characters in a string to uppercase?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!