瀏覽代碼

WIP: add load file code

Nick Steyer 1 年之前
父節點
當前提交
494226007d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.