Python 1 project 2 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python 1 project 2

Hellp me please please anyone

8th Dec 2021, 6:07 PM
Hamza Habhoub
12 Answers
+ 2
What is the question? Which Python course? Also please link your code.
8th Dec 2021, 6:14 PM
Lisa
Lisa - avatar
+ 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
8th Dec 2021, 6:18 PM
Jayakrishna 🇮🇳
+ 1
Send it
9th Dec 2021, 5:21 AM
Тохир
Тохир - avatar
0
Review lesson 10 – line breaks will be explained there!
8th Dec 2021, 6:21 PM
Lisa
Lisa - avatar
0
Hamza Habhoub for i in range(1,10): print(f'{i}.')
8th Dec 2021, 11:49 PM
Amirreza
Amirreza - avatar
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 "."
10th Dec 2021, 5:08 PM
elly paul
elly paul - avatar
- 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. ...
8th Dec 2021, 6:19 PM
Hamza Habhoub
- 1
Ok thx
8th Dec 2021, 6:21 PM
Hamza Habhoub
- 1
Yeah buddy ! Lightweight baby! Send me the question I'll solve it for ya
8th Dec 2021, 11:47 PM
Amirreza
Amirreza - avatar
- 2
8th Dec 2021, 6:19 PM
Hamza Habhoub
- 3
What is the answer
8th Dec 2021, 6:13 PM
Hamza Habhoub