1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-03-01 14:52:17 +01:00

💡 Update comment

This commit is contained in:
timo 2023-11-09 12:02:18 +01:00
parent efd42af35a
commit 61f0020244

View file

@ -29,7 +29,7 @@ Bitte beachtet, dass jede dritte Woche unser Stammtisch ist, wo wir über verein
# Input year
input_year = int(input("Enter the year: "))
# Calculate Wednesdays in weeks divisible by three
# Calculate Wednesdays
for month in range(1, 13):
for day in range(1, 32):
try: