Let's add a start_time and end_time variable to the class. Let start_time be "4:45pm" and end_time be "6:32pm".
start_time
end_time
"4:45pm"
"6:32pm"
Make sure to pick start_time followed by = and then "4:45pm", end_time, =, "6:32pm".
=