Question: Python3 Write a program with following functions: get_today, get_birthmonth,likes_spicy_food, read_lifeline, read_heartline,read_headline. the output should as same as example The explaination of each functions: Here is
Python3
Write a program with following functions: get_today, get_birthmonth,likes_spicy_food, read_lifeline, read_heartline,read_headline. the output should as same as example
The explaination of each functions:


Here is the example output:


Your program must include the following functions: get today: this function should prompt the user for what date it is today and return it as an nt. . get birthday: this function should prompt the user for the day of the month that they were born on and return it as an int. get birthmonth: this function should prompt the user for the the month that they were born in and return it as an int. likes_spicy_food: this function should prompt the user about whether or not they like spicy food and return a boolean value. True if the user likes spicy food, False otherwise
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
