Skip to content

Error en el código de ejemplo #17

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

Merged
merged 1 commit into from
Aug 3, 2021
Merged

Error en el código de ejemplo #17

merged 1 commit into from
Aug 3, 2021

Conversation

wotanCode
Copy link
Contributor

En la linea 32 dice:
return (num % 2)! == 0: En python esta sintaxis es incorrecta.
Lo correcto es:
return (num % 2) != 0

En la linea 32 dice:
return (num % 2)! == 0: En python esta sintaxis es incorrecta.
Lo correcto es:
return (num % 2) != 0
@alesanchezr alesanchezr merged commit 5eac136 into 4GeeksAcademy:master Aug 3, 2021
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

Successfully merging this pull request may close these issues.

2 participants