Question: Write two int ( input ( ) ) statements to read and store the values birth _ day and birth _ year from input, respectively.

Write two int(input()) statements to read and store the values birth_day and birth_year from input, respectively. Then, write a print() statement to output the day, a comma (','), and the year.
Click here for examples
Ex 1: If the input is:
28
2019
then the output is:
28,2019
Ex 2: If the input is:
3
2010
then the output is:
3,2010

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!