"Omer" <[EMAIL PROTECTED]> wrote
Here is the code:

def main():
  import string

"import string" is unnecessary, mate.

Not entirely true since the code uses string.split()
However since the split method of the string could be used instead then that would indeed render the import unnecessary. But you need both changes.

Alan G

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

Reply via email to