I've composed a program in C++ that shows a pyramid of an asterisk (see underneath) and now I'd prefer to perceive how it's done in Python yet it's not as simple as I'd suspected it would be.
Has anybody attempted this and if so could you show me code that could assist?
Thanks in advance :)
*
***
*****
*******
*********
***********
*************
***************