Skip to content

Commit

Permalink
addding things
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaflach committed Feb 3, 2024
1 parent a860719 commit 392adaf
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 4 deletions.
17 changes: 14 additions & 3 deletions ilp/0-scratch-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,35 @@ template: inverse

{% include_relative footer.txt %}

---

# Desenhar quadrado

- 4 lados, todos com mesmo comprimento
- Ângulos internos: 90 graus


## Algoritmo


---

# Scratch IDE

<img src="./figs2/scratch-ide.png" width="100%">
<img src="./figs/scratch-ide.png" width="100%">

---

# Desenhar Quadrado (1)

<img src="./figs2/scratch2.png" width="30%">
<img src="./figs/scratch2.png" width="30%">

---

# Desenhar Quadrado (2)


<img src="./figs2/scratch1.png" width="40%">
<img src="./figs/scratch1.png" width="40%">

---

Expand Down
20 changes: 20 additions & 0 deletions ilp/05-funcoes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: remark
title:
---

{::nomarkdown}
template: inverse

# Funções em Python

{% include_relative footer.txt %}

---

# Motivação


{:/}


Binary file added ilp/figs/fig-if-roots-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ilp/figs/fig-if-roots-double-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ilp/figs/scratch-ide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ilp/figs/scratch1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ilp/figs/scratch2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ilp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ title: Introdução à Programação em Python para Meninas
- [Introdução](ex-introducao)
- [Condicionais (if/else)](ex-if)
- [Repetição (for/while)](ex-for-while)
- Listas
- [Listas](ex-listas)

### Correção automática

Expand Down

0 comments on commit 392adaf

Please sign in to comment.