Question

Write Python statements to create the following Python lists (to submit this, copy paste your answers):...

Write Python statements to create the following Python lists (to submit this, copy paste your answers): I need help with these problems.

1. List of 5 or more colors
2. List of your friends on our college campus (first names ok)
3. List of first names of your family members
4. List of 5 or more grocery items that you need to purchase to prepare dinner tonight
5. List of the following characters: A, E, I, O, U

0 0
Add a comment Improve this question Transcribed image text
Answer #1

color=["red","maroon","violet","black","white"]
frnd=["jhon","sean","mark","meme"]
family=["stuart","sheldon","penny","haword"]
grocery =["rice","chilli","curd","milk","veggie"]
vowel=['A', 'E', 'I', 'O', 'U']

print(color)
print(frnd)
print(family)
print(grocery)
print(vowel)

output

['red', 'maroon', 'violet', 'black', 'white']
['jhon', 'sean', 'mark', 'meme']
['stuart', 'sheldon', 'penny', 'haword']
['rice', 'chilli', 'curd', 'milk', 'veggie']
['A', 'E', 'I', 'O', 'U']

Add a comment
Know the answer?
Add Answer to:
Write Python statements to create the following Python lists (to submit this, copy paste your answers):...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT