0
How make triangle by string in python code?
you have a string.you may make that to triangle
3 Answers
+ 4
This kind of triangle?
https://code.sololearn.com/coOJveju57BY/?ref=app
+ 1
Can you give an example of what your looking for? Given a certain input or string what should be the output?
0
input="123"
out put= 1
2 3