Skip to content

Instantly share code, notes, and snippets.

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