I am a beginner in Python and have a problem. I have a *.dat file and a number has to be changed using python. There is a number in line 5164 "6.88662e+10" which has to be replaced with the number "1". It looks like this when opened from UltraEdit https://i.stack.imgur.com/GnMnk.jpg
How can it be done?