Computer Science I- Programming

I need help to prompt the user to enter a filename in write mode using this input(Enter an output filename (or press enter to quit): )

07/26/20

Complete the function to print the full name of the day of the week

import calendar, datetime# Complete the function to print the full name of the day of the weekdef printWeekdayName(year, month, day): # expected output: Friday printWeekdayName(2001, 8, 31) #... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.