Professor Cooldad @dconley@witches.town
Suivre

@nergdron Say you have this code:

i = 0
while i < 10:
i += 1
print "hello!"

Is the print statement in the while or not?