mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
💡 Update comment
This commit is contained in:
parent
efd42af35a
commit
61f0020244
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue