Computer Science, asked by paytmcnure, 10 months ago

help need the answer to edhesive 4.3 Code Practice

Answers

Answered by audrbebop
36

Answer:

ik its late but

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

c = 0

while (c != x):

   c = c + 1

   print("**HUG**")

Explanation:

hope this helps!

Answered by dualadmire
0

Answer: Here, I write the respective code.

Explanation:

Consider the following code:

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

while (num >= 0):

print ("**HUG**");

print ("Done.")

                                                           #SPJ3

Similar questions