Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Error in the code ->ValueError: could not convert string to float: ' '
Post: Error in the code ->ValueError: could not convert ...

This is the code: fichero = open('cuerpos.txt') doc = fichero.readlines() for t in range(3, len(doc)): fila = doc[t].split('\n') if (len(fila) == 2): for i, e in enumerate(fila): ...
eagleboom General Coding Help 1 3,232 Nov-29-2019, 12:23 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020