Skip to content

Instantly share code, notes, and snippets.

@jacobwyke
Created June 2, 2020 09:28
Show Gist options
  • Save jacobwyke/fa78f53bdf31bee67f369c57fb06e5fa to your computer and use it in GitHub Desktop.
Save jacobwyke/fa78f53bdf31bee67f369c57fb06e5fa to your computer and use it in GitHub Desktop.
Create the following list of items: Apples, Cherries, Pears, Pineapple, Peaches, Mango. Then print the list
Add "Grapes" to the list and print the list
Change "Pears" to "Strawberries" and print the list
Remove "Apples" from the list and print the list
Print out the current length of the list
Order the list alphabetically
Print out the list again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment