Skip to content

Commit

Permalink
Add more information to the README. The second is not what I expected…
Browse files Browse the repository at this point in the history
…. Create rearrange.py
  • Loading branch information
my name committed Sep 19, 2024
1 parent 4c9d388 commit f29f424
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ Rearrange
=========

This module is used for rearranging names.
Turns "LastName, FirtName" into "FirstName LastName"

# Example

Calling 'rearrange_name("Turing, Alan")' will return '"Alan Turing"'

0 comments on commit f29f424

Please sign in to comment.