Course No 2 Using Python to Interact with the Operating System Rough Notes
MAIN COURSE Google IT Automation with Python Professional Certificate Having 6 crouse 1st course was Python Crash which I have DONE got certificate . My friend say 'bati bana kar gand meen dalo' Course No 2 Using Python to Interact with the Operating System ------------------------------ course 2 week 5 added By inputting emp name the program will return its email address By inputing Blossom Gill program will return his email aress blossom@abc.edu Our job is to 1. add a test means test cases like basic_test Edge_test see the bugs, 2. make the necessary corrections in email.py Python file to correct the bugs 3. verify that all the tests pass to make sure the script works! 4. This is The End Lab . Best of luck! and Congrautulations Once again, in other words, same matter/problem as mentioned above What you'll do In this lab, you will: Write a simple test (basic test )to check for basic functionality Write a test...