💡 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: