Skip to content

Commit

Permalink
add recursion example
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Apr 16, 2024
1 parent 6307e58 commit f58f515
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lessons/beginners-en/def/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ explore(0)
```

```
* Python defines the function ``survey''
* Python defines the function ``explore''
* Calls the `explore` function with a depth of 0:
* Prints `I'm looking around at a depth of 0 m'
* Checks that `0 ≥ 30` (which is not true)
Expand Down
2 changes: 1 addition & 1 deletion lessons/git-en/install/windows.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Windows installation of git

Go to [git-scm.org](https://git-scm.com/download/win), download **Git Standalone Installer** and install it.
Go to [git-scm.org](https://git-scm.com/download/win), download **Git Standalone Installer 64-bit Git for Windows Setup** and install it.
When installing, go through the wizard and select these options:

* Run Git from the Windows Command Prompt
Expand Down
4 changes: 3 additions & 1 deletion runs/2024/pyladies-en-vienna-2024-spring/info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ plan:
- title: Homework
url: https://docs.google.com/document/d/1SPL6yMD3XOm9ZFDMDX_U4zSP-ltWd7QKvie5iCS8mno/edit
type: homework

- type: cheatsheet
title: Depth exploration colored example for function recursion
url: https://docs.google.com/document/d/1QWr8yzBfYtNaKLgRKoSL5tV5MGp46BOcD9Q3Q9ouOV8/edit
- title: GIT
slug: git
date: 2024-04-23
Expand Down

0 comments on commit f58f515

Please sign in to comment.