Browse Source

WIP: add load file code

Nick Steyer 1 year ago
parent
commit
494226007d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main.py

+ 2 - 0
main.py

@@ -1,3 +1,4 @@
+import numpy as np
 # This is a sample Python script.
 
 # Press Umschalt+F10 to execute it or replace it with your code.
@@ -7,6 +8,7 @@
 def print_hi(name):
     # Use a breakpoint in the code line below to debug your script.
     print(f'Hi, {name}')  # Press Strg+F8 to toggle the breakpoint.
+    matrix = np.loadtxt(c)
 
 
 # Press the green button in the gutter to run the script.