Skip to content

Instantly share code, notes, and snippets.

@Vishakha263
Created June 16, 2019 06:09
Show Gist options
  • Save Vishakha263/9ce995c2d459abc62572683e91952571 to your computer and use it in GitHub Desktop.
Save Vishakha263/9ce995c2d459abc62572683e91952571 to your computer and use it in GitHub Desktop.
verse="""Up above the world so high
Like a diamond in the sky"""
print(verse.replace('world','hill').replace('diamond','butterfly'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment