Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Please help to the beginer
Post: RE: Please help to the beginer

micseydel, thank you a lot
polo General Coding Help 4 2,980 Mar-27-2019, 01:22 AM
    Thread: Please help to the beginer
Post: RE: Please help to the beginer

Hi micseydel, python version is 3.5 Saying it doesn't work I mean I get no output after running "functionalized" code. Same result when using a list instead of a file: map(lambda z: print(re.findall('...
polo General Coding Help 4 2,980 Mar-26-2019, 08:32 AM
    Thread: Please help to the beginer
Post: Please help to the beginer

Hi all, I am struggling with making this code: text = open('input.txt', 'r', encoding='utf8') for i in text.readlines(): print(re.findall('\S+e\S+', i))to be functional: text = open('input.txt'...
polo General Coding Help 4 2,980 Mar-26-2019, 02:06 AM

User Panel Messages

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