What will be the output of the below-given code in Python shell?Questions & Answers › Category: Python › What will be the output of the below-given code in Python shell? 0 Vote Up Vote Down Geek Boy Staff asked 3 years ago What will be the output of the below-given code in Python shell?>>>str = "example123">>>str[::-1]a. xample123 b. example12 c. 3 d. 321elpmaxeShare this: Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on WhatsApp (Opens in new window) WhatsApp Print (Opens in new window) Print Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading...1 Answers 0 Vote Up Vote Down Geek Boy Staff answered 3 years ago d. 321elpmaxeShare this: Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on WhatsApp (Opens in new window) WhatsApp Print (Opens in new window) Print Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading...