#try to avoid input function a = [4,3,5,2] for i in a: print("#"*i)
Click the run button. Try to avoid input() function.