I have found that if you begin teaching:

for item in lst:

and

for letter in word:

and then add break, and continue,

and then teach

for x in range(y):

and then teach

while (something):

it all goes better than if you begin with while loops.

But I don't know whether this means this is a better order to teach in,
or simply a better order for _me_ to teach in.

Laura

_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
https://mail.python.org/mailman/listinfo/edu-sig

Reply via email to