Solved

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

Question 9

Multiple Choice

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


A) '7'
B) '1357'
C) '1357 '
D) Invalid code

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions