Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBaird authored Aug 23, 2022
1 parent 48afb1c commit 2e158d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Remove string spaces kyu8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def no_space(x):
return x.replace(" ", "")

0 comments on commit 2e158d3

Please sign in to comment.