4.3 Code Practice: Question 1
![43 Code Practice Question 1 class=](https://us-static.z-dn.net/files/de6/603e33ff2476a6de415aa8734841a25e.jpeg)
Following are the program to the given question:
Program Explanation:
Program:
age=int(input())#defining an age variable that inputs integer value
for i in range(1, age+1):#defining a for loop that count input value
print("**HUG**")#print message
Output:
Please find the attached file.
Learn more:
brainly.com/question/17796174