+ 1
Python 1 project 2
Hellp me please please anyone
12 Respostas
+ 2
What is the question?
Which Python course? Also please link your code.
+ 1
Copy paste question description or the link.. Along with your tried code or your answer.. So that others assist you to complete the task... Hope you understand it.. Hamza Habhoub
+ 1
Send it
0
Review lesson 10 – line breaks will be explained there!
0
Hamza Habhoub
for i in range(1,10): print(f'{i}.')
0
See this though it might more complex since you have just started
for i in range(10):
if i == 0:
continue
print(str(i) + '.')
But also u can just print the positions in order on a new line using the new line character"\n" like this:
print (1.\n2.\3.) and so on note that you should add "."
- 1
BYou 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.
...
- 1
Ok thx
- 1
Yeah buddy ! Lightweight baby! Send me the question I'll solve it for ya
- 2
Python 1
- 3
What is the answer