Skip to content

Commit 18a065a

Browse files
committed
python page updated
1 parent c47b294 commit 18a065a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@
232232
<div class ="page-content">
233233
<center><h2>Programming in KS3</h2></center>
234234
<p><img src="images/python-float.jpeg" width="300px" height="300px" style="float:left" padding-right="30" class="image">
235-
<p>In Year 7, we focus on teaching essential IT skills that are applicable across all subjects, while also preparing students for the computing curriculum. Throughout the year, we cover five units of assessed work, which are detailed below:</p>
236-
<strong><h3>Commenting and Print Function</h3></strong>
235+
<p>Learning Python is an integral part of the computing curriculum at secondary schools, the journey begins in year 7 and continues till year 13, students are taught how to code in increasing complexity as the academic years progress, which starts with:</h3></strong>
237236
<p>For starters, students are introduced to commenting lines of code using the # symbol and are taught why this is essential. Additionally, simple print function for outputing text is taught</p>
238237
<p>This is then followed by printing new lines using the <code>\n</code> function, for example <code>print("Hello\nHow are you?\nFine!")</code></p>
239238
<strong><h3>Data Types</h3></strong>

0 commit comments

Comments
 (0)