Question: Use python 3.6 please some files you may need: clockDemo.py:https://www.cse.msu.edu/~cse231/Labs/Lab12/clockDemo.py date.py:https://www.cse.msu.edu/~cse231/Labs/Lab12/date.py lab12.parta.py:https://www.cse.msu.edu/~cse231/Labs/Lab12/lab12.parta.py Part A: Class Date 1. Download the files for this laboratory exercise, then






Use python 3.6 please
some files you may need:
clockDemo.py:https://www.cse.msu.edu/~cse231/Labs/Lab12/clockDemo.py
date.py:https://www.cse.msu.edu/~cse231/Labs/Lab12/date.py
lab12.parta.py:https://www.cse.msu.edu/~cse231/Labs/Lab12/lab12.parta.py
Part A: Class Date 1. Download the files for this laboratory exercise, then run the Python shell and enter the following commands: import date help date help date Date date. Date x print 2. Consider the Python statements shown below (from the file named "lab12.parta py"). Using the output produced by the commands above, predict what the output will be, then test your predictions by executing the statements. import date A date. Date 1, 1, 2014 print (A) print A. to iso print A. to mdy print A. is valid print B date. Date 12, 31, 2014 print (B) print B. to iso print B.to mdy print B. is valid print C date. Date C. from iso 2014-07-04 print (C) print C. to iso print C. to mdy print C. is valid print
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
