

InterviewSolution
Saved Bookmarks
1. |
What is the output when following code is excuted? str1=\'hello\' str2=\',\'str3=\'world\'str1[-1:] |
Answer» Sorry it is only o will be ans<br>For [-1] =Olleh | |