Skip to content

KodGlobal/Python-LVL3-M7L2-reverse_string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

String Reversal Program

This Python program takes a string input from the user and outputs all the characters of the string in reverse order.

Running the Program

To run the program, ensure that Python version 3.6 or higher is installed on your computer.

  1. Download the project files to your computer.
  2. Open the terminal or command line.
  3. Navigate to the directory containing the program files.
  4. Run the program using the command:
python string_reverser.py

Using the Program

After launching the program, you will be prompted to enter a string to reverse. Input the desired string and press Enter. The program will output the reversed string.

Example of Program Execution

Enter a string to reverse: Hello world!
Reversed string: !dlrow olleH

Author

Kodland

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages