diff --git a/ex2/task_c.py b/ex2/task_c.py new file mode 100644 index 0000000..2a6a719 --- /dev/null +++ b/ex2/task_c.py @@ -0,0 +1,8 @@ +import numpy as numpy +import matplotlib.pyplot as plt + + +x = np.linspace(0,1,100) +p = [10**i for i in range(-3,4)] + +print(p) \ No newline at end of file