#try to avoid input function a = 1 while a < 6: print("# "*a) a = a+1
Click the run button. Try to avoid input() function.