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:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following string methods can
Q3: Indexing of a string starts at 1
Q4: If the + operator is used on
Q7: A(n)_ exception will occur if you try
Q15: Each character in a string has a(n)_
Q17: When the operand on the left side
Q20: Strings are _, which means that once
Q33: What is the return value of the
Q34: The _ method returnst if the string
Q35: Which list will be referenced by the