Question: In python! Q1.1: Alien Color <4 points> Image an alien was just shot down in a game. Create a variable named alien_color and ask the

In python! 

Q1.1: Alien Color Image an alien was just shot down in a

 

Q1.1: Alien Color Image an alien was just shot down in a game. Create a variable named alien_color and ask the user to pick a color among green, yellow, and red. Write an if-else chain: if the alien's color is green, print a message that the player earned 5 points. if the alien's color is yellow, print a message that the player earned 10 points. if the alien's color is red, print a message that the player earned 15 points. Q1.2 Alien Color Turn your if-else chain from Q1.1 above to an if-elif-else chain. Q2: Day of the week. Write a program that asks the user for a number in the range of 1 through 7. The program should display the corresponding day of the week, where 1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, and 7 = Sunday. The program should display an error message if the user enters a number that is outside the range of 1 through 7.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!