After running the code in the terminal I only get a message
PS C:\Users\xxxx\OneDrive\Desktop\Python> & C:/Users/xxxx/AppData/Local/Programs/Python/Python311/python.exe
c:/Users/xxxx/OneDrive/Desktop/Python/test.py
I also added a print "hello" before printing the line and that is also not executed. Can someone help me out? Thanks.
I also tried using pandas to print out the lines but I get an error "no columns to parse from file". Running the code in pycharm works and prints out all the lines.