On Thu, 27 Apr 2017 01:58:39 +0000 eryk sun <[email protected]> wrote:
> That exception indicates you probably used set(int(num)) instead of
> either {int(num)} or set([int(num)]).
Thank you Eryl, you are correct. Problem solved.
--
Regards,
Phil
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
