Examlex

Solved

What Is the Value of the Variable String After the Execution

question 23

Multiple Choice

What is the value of the variable string after the execution of the following code? string = 'Hello'
String += ' world'


Definitions:

Related Questions