help need the answer to edhesive 4.3 Code Practice
Answers
Answered by
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
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
Accountancy,
5 months ago
Hindi,
5 months ago
Business Studies,
5 months ago
India Languages,
10 months ago
Math,
10 months ago
Biology,
1 year ago