Submit solution
Points:
6
Time limit:
1.0s
Memory limit:
16M
Author:
Problem types
Allowed languages
Blockly, C, C++, Java, Pascal, Python
Pavlos' Timer
Pavlos wanted to learn to be more patient, and his father suggested an activity. He asked him to create a program that simulates a timer. The timer will start at 0 and count up to 10. Each second, it will display the number it has reached. When it reaches 10, the message "The countdown is complete!" will be displayed.
Can you create the program to help Pavlos complete the challenge?
Example
Output
0
1
2
3
4
5
6
7
8
9
10
The countdown is complete!
Comments
nightmare von vs golden von
nightmare von slams (neg diff)