Skip to content

Instantly share code, notes, and snippets.

@Vishakha263
Created June 16, 2019 06:03
Show Gist options
  • Save Vishakha263/2fd37b6f9ba6ae3897f8f512a5e01872 to your computer and use it in GitHub Desktop.
Save Vishakha263/2fd37b6f9ba6ae3897f8f512a5e01872 to your computer and use it in GitHub Desktop.
poem="""twinkle, twinkle, little car
How I wonder what you are
Up above the world so high
Like a diamond in the sky
twinkle, twinkle little car
"""
print(poem.replace('twinkle','shimmer',2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment