mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 17:43:19 +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
|
||||||
input_year = int(input("Enter the year: "))
|
input_year = int(input("Enter the year: "))
|
||||||
|
|
||||||
# Calculate Wednesdays in weeks divisible by three
|
# Calculate Wednesdays
|
||||||
for month in range(1, 13):
|
for month in range(1, 13):
|
||||||
for day in range(1, 32):
|
for day in range(1, 32):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue