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

Change the documantation link #48

Closed
wants to merge 211 commits into from
Closed

Change the documantation link #48

wants to merge 211 commits into from

Conversation

gaha20
Copy link

@gaha20 gaha20 commented Aug 3, 2023

you recomended the method sort() but the test used sorted(), maybe you have to change the link for https://www.w3schools.com/python/ref_func_sorted.asp

hexbreak and others added 30 commits February 7, 2021 00:29
Edit for better grammar in sentences, structure, errors.
Fixed for a clearer explanation.
Fixed for a clearer explanation.
Edit for better grammar in sentences, structure, errors.

Multiple & Several
The two are nearly synonymous, but in technical/numerical contexts multiple is definitely preferred.
Hay un error ortográfico donde pone "in" cuando en realidad debe ser "en". Además de eso, hay un error importante en las instrucciones donde dice que la consola espera que recibamos un Hello World! cuando en realidad, el test unitario espera de nosotros un Hello World sin el símbolo de admiración (  !  )
linea 13 del test.py =     assert "Hello World\n" == captured.out
Además de eso, hay un error importante en las instrucciones donde dice que la consola espera que recibamos un Hello World! cuando en realidad, el test unitario espera de nosotros un Hello World sin el símbolo de admiración ( ! )
linea 13 del test.py = assert "Hello World\n" == captured.out
En la linea 32 dice:
return (num % 2)! == 0: En python esta sintaxis es incorrecta.
Lo correcto es:
return (num % 2) != 0
Se eliminan líneas innecesarias
Error en el código de ejemplo
learnpack audit's action added to the repository
josemoracard and others added 29 commits November 29, 2023 03:09
exercises 01-hello-world to 04-Call-a-function
…-a-function

exercise 05-defining-vs-calling-a-function
exercises 06-lambda-functions to 10-Array-Methods
cambio de números a todo para poner el 00-welcome
Upgrading Learnpack IDE and CLI and adding new videos
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.