Skip to content

Change the documantation link #48

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

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Edit for better grammar in sentences, structure, errors.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed for a clearer explanation.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed for a clearer explanation.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Edit for better grammar in sentences, structure, errors.

Multiple & Several
The two are nearly synonymous, but in technical/numerical contexts multiple is definitely preferred.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
En la linea 32 dice:
return (num % 2)! == 0: En python esta sintaxis es incorrecta.
Lo correcto es:
return (num % 2) != 0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrated to VSCode

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
badge uploaded

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
errores de tipeo

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
error de tipeo

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Se eliminan líneas innecesarias

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Error en el código de ejemplo

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
learnpack audit's action added to the repository
josemoracard and others added 29 commits November 29, 2023 03:09

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed text README

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
exercises 01-hello-world to 04-Call-a-function

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…-a-function

exercise 05-defining-vs-calling-a-function

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added intro video

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
exercises 06-lambda-functions to 10-Array-Methods

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed commands, text README

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cambio de números a todo para poner el 00-welcome

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

None yet