Skip to content

Commit 8bf855e

Browse files
author
ee6-lang
committed
updated now
1 parent 63ad1d5 commit 8bf855e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

YearGroups.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Selection commands
2+
3+
# Subroutine to output Key Stage
4+
def YearGroup(Year):
5+
if Year >= 1 and Year <13:
6+
print("Key Stage 1-3!")
7+
else:
8+
print("Key Stage 4-5")
9+
10+
# Main program
11+
YearGroup(11)

YearGrp.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)