Which year level is the most amazing? Yours, of course!
In the editor below, fill in the blanks (________
) so that the program asks the user for their year level, then print their year level back to them by saying it’s the most amazing year level in the school!
Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:
Year <level> is the most amazing year level!
onto the screen, where <level>
is replaced with whatever the user typed in.variable
to store what the user types in for their year level!Below is an example of how the program should run if you entered 7
as your year level:
Enter your year level: 7
Year 7 is the most amazing year level!
Need some help? Click here to reveal a video walkthrough for this task!