Skip to content

Commit 9aa538d

Browse files
committed
fixing merge conflicts
2 parents f682f48 + dc417b4 commit 9aa538d

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
@@ -75,7 +75,7 @@ <h2>Python</h2>
7575

7676
<ul>
7777
<li><a href="python/lesson1/tutorial.html">Lesson 1 - Introduction to Python</a></li>
78-
<li><a href="python/lesson2/tutorial.html">Lesson 2 - Python tutorial 2</a></li>
78+
<li><a href="python/lesson2/tutorial.html">Lesson 2 - Playing with variables</a></li>
7979
</ul>
8080
</section>
8181
<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)