Skip to content

Instantly share code, notes, and snippets.

@liamcain
Last active August 20, 2019 22:47
Show Gist options
  • Save liamcain/1ffb21f39f566230c0e140462ab215ae to your computer and use it in GitHub Desktop.
Save liamcain/1ffb21f39f566230c0e140462ab215ae to your computer and use it in GitHub Desktop.
prob 1
def func(s) -> str:
return "".join(f"!{c}"*2 for c in s)+"!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment