|
14 | 14 |
|
15 | 15 | | # | 📁 | Projetos | 🔗 | |
16 | 16 | | --- | --- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
17 | | -| 1 | 📄 | Calculadora Iphone | []([https://github.com/murillosnds/python-playground/blob/main/Projetos/Calculadora%20Iphone.py](https://github.com/murillosnds/python-playground/blob/main/Projetos/calculadora_iphone.py)) | |
| 17 | +| 1 | 📄 | Calculadora Iphone | [](https://github.com/murillosnds/python-playground/blob/main/Projetos/calculadora_iphone.py) | |
18 | 18 |
|
19 | 19 | ### Básico |
20 | 20 |
|
21 | 21 | | # | 📁 | Básico | 🔗 | |
22 | 22 | | --- | --- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
23 | 23 | | 1 | 📄 |Seu primeiro código | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/01_seu_primeiro_script.py) |
24 | | -| 2 | 📄 |String | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/02%20-%20String.py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/02_string.py)) |
25 | | -| 3 | 📄 |Int | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/03%20-%20Int.py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/03_int.py)) |
26 | | -| 4 | 📄 |Float | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/04%20-%20Float.py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/04_float.py)) |
27 | | -| 5 | 📄 |Booleano | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/05%20-%20Booleano.py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/05_booleano.py)) |
28 | | -| 6 | 📄 |Matemática | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/06%20-%20Matem%C3%A1tica.py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/06_matematica.py)) |
29 | | -| 7 | 📄 |Condicionais | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/07%20-%20Condicionais.py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/07_condicionais.py)) |
| 24 | +| 2 | 📄 |String | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/02_string.py) |
| 25 | +| 3 | 📄 |Int | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/03_int.py) |
| 26 | +| 4 | 📄 |Float | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/04_float.py) |
| 27 | +| 5 | 📄 |Booleano | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/05_booleano.py) |
| 28 | +| 6 | 📄 |Matemática | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/06_matematica.py) |
| 29 | +| 7 | 📄 |Condicionais | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/07_condicionais.py) |
30 | 30 | | 8 | 📄 |While | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/08_while.py) |
31 | 31 | | 9 | 📄 |Continue e break | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/09_continue_e_break.py) |
32 | | -| 10 | 📄 |Funções (Range) | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/10%20-%20Fun%C3%A7%C3%B5es%20(Range).py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/10_funcoes_range.py)) |
33 | | -| 11 | 📄 |Funções (Def) | []([https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/11%20-%20Fun%C3%A7%C3%B5es%20(Def).py](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/11_funcoes_def.py)) |
| 32 | +| 10 | 📄 |Funções (Range) | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/10_funcoes_range.py) |
| 33 | +| 11 | 📄 |Funções (Def) | [](https://github.com/murillosnds/python-playground/blob/main/B%C3%A1sico/11_funcoes_def.py) |
34 | 34 |
|
35 | 35 | ## 🚀 Como executar |
36 | 36 |
|
|
0 commit comments