Tests in Python-For the "print" statements create logging file for debug mode

computer science

Description

Write Unit Tests in Python for the following two programs
*Write Try: Except: statements where needed
*For the "print" statements create logging file for debug mode 
*To handle the Print statements include a debug mode using python command line passed in argument switch -d add the debug mode check to your code. 



Related Questions in computer science category