-
Notifications
You must be signed in to change notification settings - Fork 240
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Edit for better grammar in sentences, structure, errors.
Fixed for a clearer explanation.
Fixed for a clearer explanation.
Update README.md
Update README.md
Update README.md
Edit for better grammar in sentences, structure, errors. Multiple & Several The two are nearly synonymous, but in technical/numerical contexts multiple is definitely preferred.
Update README.md
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
Migrated to VSCode
badge uploaded
errores de tipeo
error de tipeo
Se eliminan líneas innecesarias
Error en el código de ejemplo
learnpack audit's action added to the repository
fixed text README
exercises 01-hello-world to 04-Call-a-function
…-a-function exercise 05-defining-vs-calling-a-function
Added intro video
exercises 06-lambda-functions to 10-Array-Methods
fixed commands, text README
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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