Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
gaha20 wants to merge211 commits intonextfrommaster
Closed

Change the documantation link#48

gaha20 wants to merge211 commits intonextfrommaster

Conversation

gaha20
Copy link

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

hexbreakand others added30 commitsFebruary 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 & SeveralThe 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
josemoracardand others added29 commitsNovember 29, 2023 03:09
exercises 01-hello-world to 04-Call-a-function
…-a-functionexercise 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 freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

14 participants
@gaha20@alesanchezr@hexbreak@ElviraQDP@tommygonzaleza@wotanCode@kiddopro@Lorenagubaira@Sadiel0@dsilva06@Chadmichaelg@UmiKami@josemoracard@Charlytoc

[8]ページ先頭

©2009-2025 Movatter.jp