QuiTran86

Results 1 comments of QuiTran86

You shouldn't wrap the exception to the specific string like: except: print... when you not sure what is the type of that exception. In this case, you should raise the...