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 Jun 2, 2022
1 parent 0a827a6 commit 68595ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FIXME_Replace_all_dots_kyu8.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Replaces "." with "-"

import re
def replace_dots(str):
return str.replace(".", "-")

0 comments on commit 68595ad

Please sign in to comment.