Computer Science, asked by geomarsaco, 5 months ago

Create a program that prompts the user for how old they are turning and then using a loop, output a virtual hug for every year old they are.
Edhesive 4.3 Code Practice 1 (Python)

Answers

Answered by ujju0744
0

Answer:

vr iredjjuefhhee

Explanation:

jfek this rmtnordlng

Answered by audrbebop
16

Answer:

x = int(input("How old are you turning? "))

c = 0

while (c != x):

   c = c + 1

   print("**HUG**")

Explanation:

hope this helps!

Similar questions