import calendar

for i in range(7):
    print(calendar.day_name[i])