Question: Write a python script to generate 50 files for each of the following courses: -MATH222 -MATH477 -MATH333 With the following criteria: -25 random dates between
Write a python script to generate 50 files for each of the following courses:
-MATH222
-MATH477
-MATH333
With the following criteria:
-25 random dates between 0 and 24 days ago
-25 random dates between 25 and 50 days ago
In the format,
-MATH222_unixdate.txt -MATH477_unixdate.txt -MATH333_unixdate.txt where you replace unixdate with the UNIX time stamp.
-An example of a file that may be generated by your script: MATH222_1456991403.txt.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
