# Alien Colors #1: Imagine an alien was just shot down in agame.
# Create a variable called alien_color and assign it a value of’green’,’yellow’, or ‘red’.
# Write an if statement to test whether the alien’s color isgreen.
# If it is, print a message that the player just earned 5points.
# Write one version of this program that passes the if test andanother that fails.
# The version that fails will have no output.)
Expert Answer
An answer will be send to you shortly. . . . .