Explorar o código

WIP: add load file code

Nick Steyer %!s(int64=2) %!d(string=hai) anos
pai
achega
494226007d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.