Question: Please code in Python: Write a function that takes a given zip file as argument and displays the OS and file size ( Kilobytes) of
Please code in Python:
Write a function that takes a given zip file as argument and displays the OS and file size ( Kilobytes) of all files with sizes greater than a given threshold(in KB). Your function should be flexible enough to allow the user to indicate the threshold.
Hint: Please remember the OS reports size of files in bytes and a Kilobyte is 1024bytes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
