Program Homework
Write a Python program that: Creates a list of 3 favorite colors. Prints the list. Asks the user to type a color. If the color is in the list, print "That color is in the list!" If it is not, print "That color is not in
Read More

Write a Python program that: Creates a list of 3 favorite colors. Prints the list. Asks the user to type a color. If the color is in the list, print "That color is in the list!" If it is not, print "That color is not in
Read MoreWhat is a dictionary in Python? How is it different from a list? Why would you use a list to store a customer’s order? What does a function do in a program? What is the purpose of a loop? Why is it useful to return a
Read More# Please paste this into your editor “””Write a function named count_a(text) that takes a string. The function should return how many times the letter ‘a’ appearsin the string. Example:print(count_a(“banana”)) # should print 3“”” “””Write a function named first_letters(words) that takes a list of strings. The
Read More“””Write a small calculator program using three functions. 1. Write a function named get_two_numbers() that:– asks the user to type in two integers– stores them in a list– returns the list 2. Write a function named print_two_numbers(numbers) that:– takes a list containing two numbers– prints each
Read MoreThis is a markdown file. You can create a file (review.md) and then copy paste this in here. Make sure to right-click it on vscode to open the preview. Please submit answers however way you would like. This homework is longer because it is a culmination
Read MoreHomework: Skills book Pages 67, 68, 69 – Homophones
Read MoreGovernment: Zoe Justin Zoe B Opposition: Matthew Jason Olivia
Read MoreWrite a “How To” paragraph, and use the Rubric chart to help you with your writing.
Read More