-
-
Save liamcain/04256fb7f1de4d8503381a5c71136ab1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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