Skip to content

Instantly share code, notes, and snippets.

@liamcain
Last active August 20, 2019 22:38
Show Gist options
  • Save liamcain/04256fb7f1de4d8503381a5c71136ab1 to your computer and use it in GitHub Desktop.
Save liamcain/04256fb7f1de4d8503381a5c71136ab1 to your computer and use it in GitHub Desktop.
def func2() -> str:
b="shake"
g,a,c,d,o="gunna", "play", "break", "fake", f"I {b} it off"
def r(z):
return ", ".join([a]*5)
return f"""
Cause the {a}ers {g} {r(a)}
And the haters {r(b)}
Baby, I'm just {g} {r(a)}
{o}{o}
Heart-breakers {g} {r(c)}
And the {d}rs {g} {r(d)}
Baby, I'm just {g} {r(b)}
{o}{o}
""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment