Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with code to calculate weekday for leap years!
Post: RE: Problem with code to calculate weekday for lea...

Thank you very much! Now it runs perfectly! ;) Made three separate "and"-operations instead of the nested if:s. Works like a charm! elif month == 14 and (year+1)%400 == 0: while day>29 or day...
Event Homework 2 2,863 Dec-15-2018, 05:13 PM
    Thread: Problem with code to calculate weekday for leap years!
Post: Problem with code to calculate weekday for leap ye...

Hi! i have a school assignment in which i just cant figure out how to narrow the inputs to only calculate with allowed dates which only occur on leap years! The program functions fine for all other d...
Event Homework 2 2,863 Dec-15-2018, 03:22 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020