Created
April 24, 2018 02:58
-
-
Save esromneb/0edf6a94ccf93a4513528b9a2bc3dc00 to your computer and use it in GitHub Desktop.
required file for homework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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