Submit solution
Points:
0
Time limit:
1.0s
Memory limit:
256M
Author:
Problem type
Allowed languages
Python
For the first hole of
's golf course, he would like you to warm up your skills.The task for this hole in the golf course is to simply print the numbers from to
, each on its own line.
Input Specification
There is no input.
Output Specification
Output the positive integers from to
inclusive, each on its own line.
Scoring
If the program outputs the numbers correctly, you will receive a score of
if the length of the code in bytes exceeds
if the length of the code in bytes is less than
where
is the length of code in bytes, if
Comments