Hi everyone ,
count_record=file.readline()
count_prev=count_record[:-1] ,
i used this to read the previous line and it worked but now when i am using
count_next=count_record[:+1]
i am not able to read the next line , is there is way to do so read the next time .
Thanks for your help