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
0
Answer:
vr iredjjuefhhee
Explanation:
jfek this rmtnordlng
Answered by
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