Skip to content

Instantly share code, notes, and snippets.

@Cyborg-Model-Z
Created July 6, 2019 14:58
Show Gist options
  • Select an option

  • Save Cyborg-Model-Z/0678859968f92a656c380a503d0adeaf to your computer and use it in GitHub Desktop.

Select an option

Save Cyborg-Model-Z/0678859968f92a656c380a503d0adeaf to your computer and use it in GitHub Desktop.
text = "python is fun"
substring = " "
def spaces(text):
return (str[::text.count(" ", 0,100)])
spaces(text)
print (spaces("to sit in solemn silence"))
@Cyborg-Model-Z
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment