main.py 595 B

123456789101112131415161718
  1. import numpy as np
  2. # This is a sample Python script.
  3. # Press Umschalt+F10 to execute it or replace it with your code.
  4. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
  5. def print_hi(name):
  6. # Use a breakpoint in the code line below to debug your script.
  7. print(f'Hi, {name}') # Press Strg+F8 to toggle the breakpoint.
  8. matrix = np.loadtxt(c)
  9. # Press the green button in the gutter to run the script.
  10. if __name__ == '__main__':
  11. print_hi('PyCharm')
  12. # See PyCharm help at https://www.jetbrains.com/help/pycharm/