IN PYTHON: Write a script that calculates the maximum and minimum values of resistance given a tolerance (5% or 10%). The values should be formatted and printed in exponential notation in 3 columns (Resistance, Max, and Min).
For example, for a list of resistance values R_list = [3.0, 6.2, 9.1, 470K, 6.2K, 100K, 2.0, 4.3, 82K] (in Ohms) and 5% tolerance, the output should look like this: