Skip to content

Commit

Permalink
The Spy Life - Python Implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstan13y authored Dec 31, 2021
1 parent 40ee9ba commit a797e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sololearn CodeCoach Challenges/Python/TheSpyLife.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import re
print("".join(re.findall('[a-zA-Z\s]',input()[::-1])))

0 comments on commit a797e28

Please sign in to comment.