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
Q2: Invalid indexes do not cause slicing expressions
Q9: The third number in string slicing brackets
Q18: When accessing each character in a string,such
Q21: A(n)_ is a span of characters that
Q23: The _ operator can be used to
Q26: What is the first negative index in
Q27: What will be assigned to the string
Q29: An expression of the form string[i] =
Q33: What is the return value of the
Q35: What will be assigned to s_string after