n = int(input('Enter value: ')) # user input
for i in range(n):
print('GOODMORNING')
Study more about Python at Python Class 10
Ask the community — students and mentors are here to help, and you can search past answers too.
Ask a Question arrow_forward