diff --git a/practicals/week8/week8.md b/practicals/week8/week8.md index e1a13df74af3a81887b1794ec96fbe4bfda6ebed..e5ad40e87f8129ee8b66bc40f8ca91a413bf54c8 100644 --- a/practicals/week8/week8.md +++ b/practicals/week8/week8.md @@ -1,4 +1,3 @@ - # Week 8 We will aim to do two things this week: @@ -12,7 +11,7 @@ Split your sessions so that you spend half of your time on each of these goals t Working with your tutors choose a scenario from the assignment scenarios from blackboard and start researching some related content to begin wrinting an intro section in your report. -# Intro to Python +# Intro to Python - Goal 2 As a second goal for this week, this document introduces a few basic concepts of python for us to start getting familiar with. Complete these python tasks by following below and writing code in the week8.py file. Don't forget to run your code.