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