-2

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.

code contents of csv file

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.

toyota Supra
  • 3,181
  • 4
  • 15
  • 19

1 Answers1

0

It appears that you have saved none of the files. Please use Ctrl + S or use File > Save from the menu to save the files to disk.

Hope this helps.

Arib Muhtasim
  • 147
  • 2
  • 8