Py PyClass

6-26-Mai

Join code: 724838

Lesson: Lectia 6

Active: yes Paused: no Frozen: no Students: 4
View Students

Teacher Broadcast

Code 13

Block 13 of 35

def hash_square(lungime):
    i = 0

    while i < lungime:
        print("#" * lungime)
        i += 1

# TESTS:
hash_square(3)
print()
hash_square(6)

Command Center

Track high-risk events and run interventions quickly.

Infinite loop safety

If a learner is stuck, freeze screens and ask for runtime restart.

Live Guidance

  • Push scaffold code before quiz start.
  • Watch red statuses in monitor first.
  • Pause session before explanation moments.

Classroom Activity

Console Output Events
  • Albert typing
  • Andrei Prof idle
  • Dragos typing
  • Eunice typing