CPT 180 Chapter 2 Assignment 1
Directions: Using the following guidelines, create a Python program.
1. Create the program vampire.py from page 41 (31 in 2nd Edition).
2. Add three comment lines at the top of the program that contain:
a. Program Name
b. Program Description
c. Programmer's Name (You)
3. Add code before the if statement that will prompt the user for the following:
a. User's name
b. User's age
4. Add an else statement at the end that will print "You are not Alice" if none of the other if statements are true.
5. Submit the vampire.py file into the Chapter 2 Assignment 1 Submission Folder.