Solved

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

Question 35

Multiple Choice

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


A) '531'
B) 'Ln.'
C) ' Ln.'
D) '7531'

Correct Answer:

verifed

Verified

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

Related Questions