zmiana wartosci

This commit is contained in:
Eryk Zając 2024-01-14 19:59:26 +01:00
parent b2f852d42d
commit 10755d4557
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
<excludeFolder url="file://$MODULE_DIR$/warsztat-projekt/python" />
</content>
<orderEntry type="inheritedJdk" />

View File

@ -1,3 +1,3 @@
import numpy as np
print(np.eye(3))
print(np.eye(5))