+ 1
Help me finding pattern in description using python
1 22 333 4444 55555 .......... nnnnnn.....n
2 Answers
+ 3
This kind ? Hope you can describe a little more detail :)
https://code.sololearn.com/c0Iv49XeKxIl/#py
+ 2
- Learn how to print something repetitively <n> number of times.
- Learn how loops work.
Once you get a hang of it you'll see how it is done : )