Question 12 4 pts Time Rur Attempt du 1 Hour, 1 What is output by the call warning(45) ? def warning(hp): if hp > 50: print("You're fine.",) if hp> 90: print("You don't need healing.") else:...


Question 12<br>4 pts<br>Time Rur<br>Attempt du<br>1 Hour, 1<br>What is output by the call warning(45) ?<br>def warning(hp):<br>if hp > 50:<br>print(
90: print("You don't need healing.") else: print("You could heal.") else: print("You're not fine.",) if hp > 20: print("You should heal."} else: print("Heal NOW!") O You're not fine. You should heal. O You're fine. You could heal. O You're not fine. Heal NOW! O You're not fine. You should heal. O You're fine. You could heal. "/>
Extracted text: Question 12 4 pts Time Rur Attempt du 1 Hour, 1 What is output by the call warning(45) ? def warning(hp): if hp > 50: print("You're fine.",) if hp> 90: print("You don't need healing.") else: print("You could heal.") else: print("You're not fine.",) if hp > 20: print("You should heal."} else: print("Heal NOW!") O You're not fine. You should heal. O You're fine. You could heal. O You're not fine. Heal NOW! O You're not fine. You should heal. O You're fine. You could heal.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here