How can i get all the lines after the first in a file python?

后端 未结 0 1023
感情败类
感情败类 2020-12-03 22:05

i would like to know how i could get all lines after the first in a python file

I\'ve tried with this:

fr = open("numeri.txt", "r")         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题