Solved

What Will Be Assigned to the Variable S_string After the Following

Question 36

Multiple Choice

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


A) ' Country Ln.'
B) '1357'
C) 'Coun'
D) '57 C'

Correct Answer:

verifed

Verified

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

Related Questions