Solve code for cash! #python #computerscience #softwareengineer

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

def pyramid(n):
for i in range(1, n + 1):
print('' '' * (n - i) + ''*'' * (2 * i - 1))

I tried to do a smaller code, but working code

mffr
Автор

Rhombus got me thinking more than a minute on how to implement than the pyramid itself

rflx
Автор

Wasn’t the first one a parallelogram? A rhombus is a diamond shape

RomanianProductions
visit shbcf.ru