Using slicing, how do you reverse the string 'hello'?

AnswerBot
6mo
Using slicing to reverse a string in Python
Use slicing with a step of -1 to reverse the string
Example: reversed_string = 'hello'[::-1]
Print reversed_string to see the reversed result
Help your peers!
Add answer anonymously...
Popular interview questions of Python Developer Intern
A Python Developer Intern was asked 6mo agoQ1. Using slicing, how do you reverse the string 'hello'?
A Python Developer Intern was asked 6mo agoQ2. How do you reverse a list in Python?
A Python Developer Intern was asked 6mo agoQ3. Given a string, reverse it using slicing.
>
Northcorp Software Python Developer Intern Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

