+ 1
How to write a python code to display the following output?
1 12 123 1234 12345 1234 123 12 1
5 Answers
+ 2
No, there is no answer untill you share what you have tried, even if it's wrong
+ 2
analyze the output. how many spaces on each lines, how are those spaces relate to spaces in previous/next line.
+ 1
You attempts ?
+ 1
Hi. You could use for loops here.
- 1
Plz anyone tell the answer