I am a new to the os module
I've been stuck for hours on this question and I really would appreciate any type of help:)
I have a file that contains 6 lines where each line has 6 numbers separated by a comma. What I want to do is to get all of these numbers into a list so that I later can convert them from str to int. My problem is that I can't get rid of "\n". Here is my code
Thank you