Skip to content

Commit e56fca4

Browse files
committed
python tutorial amend
1 parent a1c07c1 commit e56fca4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2>Python</h2>
7070

7171
<ul>
7272
<li><a href="python/lesson1/tutorial.html">Lesson 1 - Introduction to Python</a></li>
73-
<li><a href="python/lesson2/tutorial.html">Lesson 2 - Playing with variables</a></li>
73+
<!-- <li><a href="python/lesson2/tutorial.html">Lesson 2 - Playing with variables</a></li> -->
7474
</ul>
7575
</section>
7676
<footer>

python/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Now in the REPL type the following:
2929

3030
Now type `profit` to see the results of this calculation.
3131

32-
Now work out how much money a sponsor at codebar would spend on pizza if they had 60 students turn up?
32+
Now work out the cost of running a codebar workshop if 60 people turned up and pizza cost £8 per 2 people?
3333

3434
Along with pizza, students and cost, what other variables can you think of that could go into this calculation?
3535

0 commit comments

Comments
 (0)