Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Trying to write one line, writes 2
Post: Trying to write one line, writes 2

So the line below is what P is equal to. Everything works (No Errors) Issue is, this should print in to a text file line by line Example: Quote:Choice1 // Choice2 // Choice3 Choice1 // Choice2 // Cho...
Buddhism General Coding Help 1 2,024 Jun-05-2019, 04:08 AM
    Thread: Merge 2 lines with delimiter
Post: RE: Merge 2 lines with delimiter

(May-04-2019, 08:21 PM)snippsat Wrote: You use close() that's not needed when use with open and there is no write(). Here how it look if write result to file. def line_concat(lst): temp = zip(ls...
Buddhism General Coding Help 9 4,481 May-05-2019, 02:43 AM
    Thread: Merge 2 lines with delimiter
Post: RE: Merge 2 lines with delimiter

(May-04-2019, 07:45 AM)snippsat Wrote: Try to use code tags and not images with code,look at BBCode. In my example i am running the last part in interactive shell has >>>. Now you have put ...
Buddhism General Coding Help 9 4,481 May-04-2019, 07:58 PM
    Thread: Merge 2 lines with delimiter
Post: RE: Merge 2 lines with delimiter

(May-04-2019, 12:23 AM)snippsat Wrote: (May-03-2019, 08:56 PM)Buddhism Wrote: Or am I wrong?It will not work like this when reading from a file,x and y variables will just be overwritten when read...
Buddhism General Coding Help 9 4,481 May-04-2019, 05:21 AM
    Thread: Merge 2 lines with delimiter
Post: RE: Merge 2 lines with delimiter

(May-03-2019, 08:28 PM)nilamo Wrote: >>> text = '''xxx.xxx.xx.xx ... yyyy ... ... ... ... ... ... xxx.xxx.xx.xx ... yyyy ... ... ... ... ... ... xxx.xxx.xx.xx ... yyyy''' >>> lines...
Buddhism General Coding Help 9 4,481 May-03-2019, 08:56 PM
    Thread: Merge 2 lines with delimiter
Post: Merge 2 lines with delimiter

So I have code that prints out a into a file like this: Quote:xxx.xxx.xx.xx yyyy #5 blank line gap xxx.xxx.xx.xx yyyy #5 blank line gap #This repeats for a while I need to merge the 'x' and 'y' with ...
Buddhism General Coding Help 9 4,481 May-03-2019, 07:54 PM

User Panel Messages

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