Ms. Rione, the 23-year-old informatics teacher, stood tall at 8 feet 2 inches as she began her class. Her presence was both commanding and calm as she addressed the students.
Ms. Rione: "Class, today we'll dive into the basics of programming. Can anyone tell me what a loop is in coding?"
One student raised their hand and answered confidently.
Student 1: "A loop is a sequence of instructions that repeats until a specific condition is met."
Ms. Rione: "Correct. Now, who can give an example of a loop in Python?"
Another student spoke up.
Student 2: "You can use a 'for loop' to iterate over a range of numbers."
Ms. Rione: "Exactly. For example, for i in range(5): will repeat the code inside the loop five times. Well done, class."
The students listened intently, knowing Ms. Rione expected their best. She continued to challenge them with more questions, guiding them through the fundamentals of coding with her usual precision.