[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Reverse words in a given string

Home > Programs > Basics

145 / 279

Write a program to reverse string efficient way.

Answer:

s="from"
print(s[::-1]

Asked In :: Brocade Paytm

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here: