Skip to content

Commit e359aa6

Browse files
committed
python updated
1 parent 18a065a commit e359aa6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230

231231

232232
<div class ="page-content">
233-
<center><h2>Programming in KS3</h2></center>
233+
<center><h2>Python in KS3</h2></center>
234234
<p><img src="images/python-float.jpeg" width="300px" height="300px" style="float:left" padding-right="30" class="image">
235235
<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>
236236
<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>
@@ -247,7 +247,7 @@
247247
<p>As an optional taught module, students are taught how to create simple graphical programing using either: TKinter or Turtle, by implementing basic shape and animation commands using loops, which is further explored in KS4.</p>
248248
<br></br>
249249

250-
<center><h2>Programming in KS4 GCSE</h2></center>
250+
<center><h2>Python in KS4 GCSE</h2></center>
251251
<p>Everything from KS3 and including below:</p>
252252
<strong><h3>Sequence</h3></strong>
253253
<p>A sequence is formed when a series of program instructions are written consecutively. The code is executed one statement at a time, following the order in which the statements are written.</p>

0 commit comments

Comments
 (0)