Skip to content

Commit a6a813c

Browse files
author
ee6-lang
committed
added a few things
1 parent 8bf855e commit a6a813c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

YearGroups.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Subroutine to output Key Stage
44
def YearGroup(Year):
55
if Year >= 1 and Year <13:
6-
print("Key Stage 1-3!")
6+
print("You are in Key Stage 1-3!")
77
else:
8-
print("Key Stage 4-5")
8+
print("You are in Key Stage 4-5!")
99

1010
# Main program
11-
YearGroup(11)
11+
YearGroup(10)

0 commit comments

Comments
 (0)