

MCQOPTIONS
Saved Bookmarks
1. |
What is the output when following code is executed ? >>>str1="helloworld" >>>str1[::-1] |
A. | dlrowolleh |
B. | hello |
C. | world |
D. | helloworld |
Answer» B. hello | |