Skip to content

Instantly share code, notes, and snippets.

@TheFrostlixen
Last active February 3, 2017 02:59
Show Gist options
  • Save TheFrostlixen/2c53db764197445daad5 to your computer and use it in GitHub Desktop.
Save TheFrostlixen/2c53db764197445daad5 to your computer and use it in GitHub Desktop.
d a n k m e m e s 5 e v e r
Function ToMeme($a){$b=""; foreach($c in $a.tochararray()){$b="$b $c"}; return $b.Trim(' ');}
def meme(s):
return ' '.join([c for c in s]).strip()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment