diyaaa19 / reverse_string

Write a program to reverse a given string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Day 7, MUJ 21 Day Challenge

Input: "hello"

Output: "olleh"

Explanation: The input string "hello" is reversed to "olleh"

If the input were "world":

Output: "dlrow"

Explanation: The input string "world" is reversed to "dlrow"

About

Write a program to reverse a given string


Languages

Language:Python 100.0%