def firstQuiz(grade, classAverage): curve = (classAverage -…

def firstQuiz(grade, classAverage): curve = (classAverage – grade) / 2   print(“I got a ” + str(grade) + ” on my first quiz.”) print(“Luckily, with a curve, my grade is now a ” + str(grade+curve) + “!”)Test Case:>>> firstQuiz(60, 80)  

Lisa is a nurse caring for a resident in a long-term care se…

Lisa is a nurse caring for a resident in a long-term care setting. As Lisa begins assessing the resident, the resident complains of nausea and has an episode of diarrhea. In keeping with the agency protocol on infection prevention and control (IPAC), Lisa puts on a pair of gloves and a gown before providing personal care and changing the bed linen. The unit is busy, Lisa finishes with the resident, disposes of the soiled laundry, and removes the personal protective equipment (PPE). Lisa then moves on to the next resident. What advice would you give Lisa about the steps taken, in this scenario?