Skip to content

Instantly share code, notes, and snippets.

@lol97
Created August 14, 2018 13:07
Show Gist options
  • Select an option

  • Save lol97/99e2c09440f46eb3014033ab90bb12bf to your computer and use it in GitHub Desktop.

Select an option

Save lol97/99e2c09440f46eb3014033ab90bb12bf to your computer and use it in GitHub Desktop.
def string_splosion(data):
for x in range(len(data)):
print(data[:x+1],end="")
string_splosion("lele")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment