Solved

What Is the Value of the Variable String After the Execution

Question 31

Multiple Choice

What is the value of the variable string after the execution of the following code? string = 'abcd'
String.upper()


A) 'abcd'
B) 'Abcd'
C) 'ABCD'
D) Invalid code

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions