Question: Need help with output form -I need my variables and strings in my print function to be separated by underscores _. Thanks. m, d, y=eval(input(Enter

Need help with output form

-I need my variables and strings in my print function to be separated by underscores _. Thanks.

m, d, y=eval(input("Enter the date like so m, d, y: ")) files=eval(input("How many files?: ")) fName=(input("Enter your family name: "))

FROM THIS: print(fName,m,d,y,".txt")

FORM OUTPUT NEEDS TO BE IN: name_month_day_year.txt

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!