Actually, my question is, after using IDLE to do some importing of 
modules and initializing of variables, how to return it to it's 
initial condition without closing and reopening it.

So, for example after I've done
 >>> import math, psyco
 >>> a = 4**23

How can I wipe those out without closing IDLE?
(I used to know how, but I've forgotten.)

Thanks,

Dick Moores
[EMAIL PROTECTED]

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to