Next, we need a variable to keep track of the new patients coming into the hospital.
Create a variable called new_patients and assign it the value 23.
new_patients
Make sure to type new_patients = 23.
new_patients = 23