Skip to content

Instantly share code, notes, and snippets.

Created June 22, 2015 23:21
Show Gist options
  • Save anonymous/56d373c074169d03dfb7 to your computer and use it in GitHub Desktop.
Save anonymous/56d373c074169d03dfb7 to your computer and use it in GitHub Desktop.
> print poem
=> "My toast has flown from my hand
And my toast has gone to the moon.
But when I saw it on television,
Planting our flag on Halley's comet,
More still did I want to eat it."
Success!
> poem['toas­t'] = 'hone­ydew'
=> "honeydew"
Success!
> print poem
=> "My honeydew has flown from my hand
And my toast has gone to the moon.
But when I saw it on television,
Planting our flag on Halley's comet,
More still did I want to eat it."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment