Multiple Choice
What is the value of the variable string after the execution of the following code? string = 'Hello'
String += ' world'
A) 'Hello'
B) ' world'
C) 'Hello world'
D) Invalid code
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Indexing of a string starts at 1
Q3: Which of the following string methods can
Q4: If the + operator is used on
Q7: A(n)_ exception will occur if you try
Q11: Which method would you use to determine
Q18: The _ method returns the list of
Q19: What will be assigned to s_string after
Q21: A(n)_ is a span of characters that
Q21: If the start index is _ the
Q29: In slicing,if the end index specifies a