Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: EOFError: EOF when reading a line - Runtime Error
Post: RE: EOFError: EOF when reading a line - Runtime Er...

Are you still receiving a runtime error? I wasn't receiving any errors when I ran this code. What exactly is the mistake you're running into?
emryscass General Coding Help 6 9,707 Sep-27-2019, 11:17 AM
    Thread: EOFError: EOF when reading a line - Runtime Error
Post: RE: EOFError: EOF when reading a line - Runtime Er...

Try putting arr.reverse() with the same spacing of print(arr) to see if that may help get you closer to your solution. import math import os import random import re import sys def print_reverse_num...
emryscass General Coding Help 6 9,707 Sep-27-2019, 11:06 AM
    Thread: Beginner trying to code in python
Post: RE: Beginner trying to code in python

Have you tried to return blobfile? Right now the blobfile variable is local to your part_filename_extraction function.
emryscass General Coding Help 1 1,861 Sep-26-2019, 11:10 AM
    Thread: How to append and drop to next line while slice/indexing
Post: How to append and drop to next line while slice/in...

I'm practicing with opening, reading and appending to files. One of my goals was to open the file for the second time within the program and append a sliced segment from the original file. I was able ...
emryscass General Coding Help 3 2,619 Sep-26-2019, 10:40 AM

User Panel Messages

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