Skip to content

Instantly share code, notes, and snippets.

@esromneb
Created April 24, 2018 02:58
Show Gist options
  • Save esromneb/0edf6a94ccf93a4513528b9a2bc3dc00 to your computer and use it in GitHub Desktop.
Save esromneb/0edf6a94ccf93a4513528b9a2bc3dc00 to your computer and use it in GitHub Desktop.
required file for homework
haiku1 = ['A', 'fat', 'bee', 'stings', 'me', 'It', 'hurts', 'very', 'badly', 'but', 'I', 'do', 'not', 'cry', 'though']
list1 = [9, 11, 6, 14, 1, 10, 12, 0, 3, 4, 8, 5, 7, 13, 2]
haiku2 = [(8, 'feathers'), (2, 'evening'), (5, 'together'), (1, 'peaceful'), (6, 'with'), (0, 'A'), (4, 'singing'), (7, 'pretty'), (3, 'Sparrows')]
haiku3 = 'High and smooth it flew. Into the sky, soaring straight. Flying planes with you.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment