0
how to display output like this 1 23 345 4567 5678
5 Answers
+ 2
You can do it by yourself .Just a think little more about it.
0
I've found the answer, lots of little mistakes, sorryđ
0
The answer is very straightforward just copy that string that you posted in question and pass it to a print or outputting function in the language you decide
For example(python3)
print("1 23 345 4567 5678")
Outputs 1 23 345 4567 5678
0
I've found an answer.
0
It's not like that, I'm planning to make a triangle