Skip to content

Commit 16cfd49

Browse files
committed
Shuffle exercises to match new syllabus
1 parent 6925107 commit 16cfd49

11 files changed

+4
-213
lines changed

exercises/11-files/file_operations.py

-69
This file was deleted.

exercises/7-debugging/calculate_average.py

-20
This file was deleted.

exercises/7-debugging/print_even_numbers.py

-30
This file was deleted.

spec/11-files.md

-65
This file was deleted.

spec/7-debugging.md

-17
This file was deleted.

spec/9-dictionaries.md renamed to spec/7-dictionaries.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 📕 Dictionaries 🌟
2-
The code for this exercise can be found in `exercises/9-dictionaries/`.
2+
The code for this exercise can be found in `exercises/7-dictionaries/`.
33

44
You can manually run your code by clicking the play button, or:
55
```
66
$ cd ~/Desktop/2024-autumn-python-intro/exercises/9-dictionaries
77
$ python3 {FILE_NAME}.py
88
```
99

10-
## Task 9.1: Around the world
10+
## Task 7.1: Around the world
1111
**Task file:** `dictionaries.py`
1212
A student named Jack is using a dictionary to make a list of all the countries he wants to visit in the future, starting with their capital cities.
1313

spec/10-functions.md renamed to spec/8-functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 📕 FUNctions 🌟
2-
The code for this exercise can be found in `exercises/10-functions/`.
2+
The code for this exercise can be found in `exercises/8-functions/`.
33

44
You can manually run your code by clicking the play button, or:
55
```
66
$ cd ~/Desktop/2024-autumn-python-intro/exercises/10-functions
77
$ python3 {FILE_NAME}.py
88
```
99

10-
## Task 10.1: Fruit Stock
10+
## Task 8.1: Fruit Stock
1111
**Task file:** `fruit_stock.py`
1212
Welcome to your new job as an (unpaid) fruit stocker!
1313
This program contains 5 functions, 1 of which has already been completed for you.

spirited_away.txt

-4
This file was deleted.

spirited_awayFRESHCOPY.txt

-4
This file was deleted.

0 commit comments

Comments
 (0)