Question: Python 2.7.11 Write a function called display_birthday_wishes which takes person's name (string), month of birth (integer) and the year of birth (integer) as inputs and
Python 2.7.11
Write a function called "display_birthday_wishes" which takes person's name (string), month of birth (integer) and the year of birth (integer) as inputs and display a message as follows: Save your script as "PA2_QuestionIA.py". Note: Format of the message: Hi,> You are > year old this year! Here's a bouquet of > for you! In python, the current year (as an integer) can be obtained using the date objects as follows: from determine import date current_year-date. today(). year Birth Month Flower: Each month has a flower that symbolizes the month of somebody's birth. Following is the list birth month flowers for each month
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
