IDLE 1.1.2      
>>> import factor30
>>> factor(1000009)

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in -toplevel-
    factor(1000009)
NameError: name 'factor' is not defined
>>> factor0(1000009)

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in -toplevel-
    factor0(1000009)
NameError: name 'factor0' is not defined
>>>  

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

Reply via email to