Python
Python copied to clipboard
make small pyramid by my name using whileloop i am very happy after made this one. python is wonderfull so i enjoy this learning #python #learning #small_program #engineering_in_kannada
i=0
while i<=10: x = 0
while x<i:
print("ayyu" , end="")
x+=1
print("")
i+=1