226k views
1 vote
Write Python code that prompts the user to enter his or her favorite color and assigns the user’s input to a variable named color.

User Zale
by
8.2k points

1 Answer

3 votes

Answer:

hope it helps Good luck

Step-by-step explanation:

color = input("Enter your favorite color: ")

User Jevgenij Nekrasov
by
8.9k points