Inspiration
Reversing a string is a very basic computer science problem, but still many of fresher student face difficulty in writing the logic. So this code if definitely going to help them in understanding and building the logic
What it does
It reverses the string entered by the user.
How we built it
The program first takes input form the user. Then, using string slicing it reverses the string and shows the output.
Accomplishments that we're proud of
The program ran successfully
What we learned
String slicing using python
Log in or sign up for Devpost to join the conversation.