Climb up the chart of development, from web, to software and games. Build your foundations and get certified. Let me help you get your first tech job.
You need to make a program for a leaderboard.
The program needs to output the numbers 1 to 9, each on a separate line, followed by a dot:
1.
2.
3.
...
#your code goes here
print ("""
4.
5.
6.
7.
8.
9.
""")