Cool Demos

1tot = 0
2prod = 1
3for i in range(10):
4   tot = tot + i
5   prod = prod * i
Step 1 of 33
line that has just executed

next line to execute

Frames
Objects

(codelens_question)