This commit is contained in:
dino.celebic 2025-10-20 23:48:46 +02:00
commit f6872d827d

8
ex2/task_c.py Normal file
View file

@ -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)