Skip to content

Commit

Permalink
Update _README.md exercicio github
Browse files Browse the repository at this point in the history
Melhora descrição para função correta my_github_nickname_is
  • Loading branch information
gabrielbdornas authored Jul 31, 2024
1 parent f185a5e commit 88270e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_dev_challenges/01_essencial/02_github/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Retornar seu nome de usuário github

### Retorne seu usuário github

Abra o arquivo `my_github.py`. Certifique-se que a função `hello_world` **`return`** a expressão 'Olá Mundo'. Mas aqui já incluímos seu primeiro desafio, pois **`return`** é diferente de **`print`**.
Abra o arquivo `my_github.py`. Certifique-se que a função `my_github_nickname_is` **`return`** a expressão 'Olá Mundo'. Mas aqui já incluímos seu primeiro desafio, pois **`return`** é diferente de **`print`**.

O resultado de sua função deverá ser uma `String` com um nome de usuário github válido.

0 comments on commit 88270e6

Please sign in to comment.