Question: IN PYTHON Write a program that asks a user for their name and birthday (formatted as an 8 digit number). From the birthday, you will

IN PYTHON Write a program that asks a user for their name and birthday (formatted as an 8 digit number). From the birthday, you will write functions that calculates their age and figures out their zodiac sign.

Your program should contain at least three functions:

main(): will receive user input, pass it into the calculateAge() and getZodiac() function and print the result.

calculateAge(): will receive arguments (# to be determined by you) to calculate and return the age.

getZodiac(): will receive arguments (# to be determined by you) to assign and return a zodiac sign as a string.

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 Databases Questions!