0
Is it necessary to use functions to draw a payramid in python?
5 Answers
+ 1
Jianmin Chen thanks
0
It's not necessary, I guess you could just use a bunch of print statements, but a function can be reused over and over again, with less lines.
0
I think all you need is a for loop.
0
HonFu thank you for your trying helping me.
0
You can try to figure it out and show us!