This post is by a banned member (ivrii) - Unhide
12 August, 2020 - 08:34 PM
Reply
This post is by a banned member (kappaxxx) - Unhide
13 August, 2020 - 08:48 AM
(This post was last modified: 13 August, 2020 - 08:52 AM by kappaxxx.)
Reply
Code:
for line in f:
words = line.split()
if words:
foutput.write(words[loc])
foutput.write('\n')
f.close()
foutput.close()
This post is by a banned member (DemonMartin) - Unhide
13 August, 2020 - 05:40 PM
Reply
This post is by a banned member (ISTIVAUM2) - Unhide
13 August, 2020 - 10:44 PM
Reply
This post is by a banned member (niko216) - Unhide
17 August, 2020 - 03:14 PM
Reply
This post is by a banned member (Strand3d) - Unhide
18 August, 2020 - 04:56 PM
Reply
Hell yeah I need this badly. Thanks!
This post is by a banned member (WalkingDead) - Unhide
21 August, 2020 - 05:34 PM
Reply
great work
⭐[img]️Replying with respect and a [/img]like or +rep goes a long way. Spamming replies will result in a downvote for the culprit.⭐
This post is by a banned member (Dvildo) - Unhide
23 August, 2020 - 04:52 PM
Reply
Thanks for your effort ;)