+ 2
Leaderboard problem strings
Idk I’m new here and I am stuck on this problem. Pls help!
3 Réponses
+ 5
print("""
1.
2.
3.
4.
5.
6.
7.
8.
9.
""")
- 1
CodePro
You just need to print numbers with dot (.) so use for loop from 1 to 9 and contcate with dot and print.
- 1