Examlex

Solved

What Will Be Assigned to S_string After the Execution of the Following

question 6

Multiple Choice

What will be assigned to s_string after the execution of the following code? special = '1357 Country Ln.'
S_string = special[4: ]


Definitions:

Related Questions