Question: I really dont understand how to do this can someone help me? import random random.seed (1642) random_month = random.randint(1, 12) random_day = random.randint(1, 30) from

I really dont understand how to do this can someone help me?
import random random.seed (1642) random_month = random.randint(1, 12) random_day = random.randint(1, 30) from datetime import date today = date.today() # Instantiate a variable to hold a string input from user. # Ask the user for their name using an input statement, hold the input in the # variable you created above. # Using the print statement greet the user below 'Hello + variable name. # 1 Instantiate an integer and set it to 2021 # 2 Instantiate a variable to hold a 'month' and set it to o # 3 Instatntiate a variable to hold a 'day' and set it to O # Add #2 and random_month and save it to the variable created in #2 # Add #3 and random_day ans save it to the variable created in #3 # Fill in the print statement below with your variables you created above. print('Hello', name_variable ,'a random date is', var2 , '7', var3, '7', vari,':')
Step by Step Solution
There are 3 Steps involved in it
Sure lets go through this step by step Heres how you can complete the code StepbyStep Solution Ask f... View full answer
Get step-by-step solutions from verified subject matter experts
