From ac50f66fcf8699c2646d31c29da0927789a746b5 Mon Sep 17 00:00:00 2001 From: Nathan <nathanrenney@proton.me> Date: Mon, 7 Oct 2024 16:03:01 +0100 Subject: [PATCH] week8 --- practicals/week8/week8.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/practicals/week8/week8.md b/practicals/week8/week8.md index e1a13df..e5ad40e 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. -- GitLab