Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Problem 1

Names: Store the names of a few of your friends in a list called names. Print each person's name by accessing each element in the list, one at a time.

Problem 3

Your Own List: Think of your favorite mode of transportation, such as a motorcycle or a car, and make a list that stores several examples. Use your list to print a series of statements about these items, such as "I would like to own a Honda motorcycle."

Problem 4

Guest List: If you could invite anyone, living or deceased, to dinner, who would you invite? Make a list that includes at least three people you'd like to invite to dinner. Then use your list to print a message to each person, inviting them to dinner.

Problem 8

Seeing the World: Think of at least five places in the world you'd like to visit. \- Store the locations in a list. Make sure the list is not in alphabetical order. \- Print your list in its original order. Don't worry about printing the list neatly, just print it as a raw Python list. \- Use sorted () to print your list in alphabetical order without modifying the actual list. \- Show that your list is still in its original order by printing it. \- Use sorted () to print your list in reverse alphabetical order without changing the order of the original list. \- Show that your list is still in its original order by printing it again. \- Use reverse () to change the order of your list. Print the list to show that its order has changed. \- Use reverse () to change the order of your list again. Print the list to show it's back to its original order. \- Use sort () to change your list so it's stored in alphabetical order. Print the list to show that its order has been changed. \- Use sort () to change your list so it's stored in reverse alphabetical order. Print the list to show that its order has changed.

Problem 11

Intentional Error: If you haven't received an index error in one of your programs yet, try to make one happen. Change an index in one of your programs to produce an index error. Make sure you correct the error before closing the program.

Access millions of textbook solutions in one place

  • Access over 3 million high quality textbook solutions
  • Access our popular flashcard, quiz, mock-exam and notes features
  • Access our smart AI features to upgrade your learning
Get Vaia Premium now
Access millions of textbook solutions in one place

Recommended explanations on Computer Science Textbooks