n=int(input(Enter a value: )) for i in range(1, n): for j in range(i,n,i): print(hello)

Related Book For  answer-question
Posted Date: