Pyramid Programs
while k!=(2*i-1): print("* ", end="") k += 1
k=0 print()
* * * * * ** * * * * * * * * *