Alwin G.

asked • 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 week

def printWeekdayName(year, month, day):


# expected output: Friday

printWeekdayName(2001, 8, 31)

# expected output: Monday

printWeekdayName(2018, 10, 1)


1 Expert Answer

By:

George D. answered • 07/31/20

Tutor
4.9 (10)

Computer Science Student at the University of Central Florida

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.