Does python have an "error" module? -
does python have error module? when wrote 'import error' in python 2.7.6, returns "no module named error.' 'import error' part of program in textbook?should doult in textbook?
it's custom module. python standard library not have error module.
maybe missed in textbook error module created.
Comments
Post a Comment