Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solución reto#32 Python #1373

Open
grisales54 opened this issue Oct 6, 2024 · 0 comments
Open

Solución reto#32 Python #1373

grisales54 opened this issue Oct 6, 2024 · 0 comments

Comments

@grisales54
Copy link

`year = 2024
contador = 0
while 30 > contador:
year = year + 1

if year % 4 == 0:
    contador += 1
    print(f"{contador} año {year}")`
@grisales54 grisales54 changed the title Solución reto#31 Python Solución reto#32 Python Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant