Skip to content

an Exercise that requires us to return input string reversed.

Notifications You must be signed in to change notification settings

osiBadir19/Reverse-String-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hi everyone! My name is Osi and I'm 20 years old. I'm a beginner programmer and I'm excited to share my journey with all of you. I'm looking forward to learning and growing my programming skills, and I'm sure that this community will be a great help to me. I'm sure I'm going to have a lot of fun along the way!

In this mission, You should return a given string in reverse order.

Input: A string.

Output: A string.

Examples:

  1. assert backward_string("val") == "lav"
  2. assert backward_string("") == ""
  3. assert backward_string("ohho") == "ohho"

About

an Exercise that requires us to return input string reversed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages