Python Forum
Need help amalgamating two scripts
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help amalgamating two scripts
#4
Thank you both, didn't actually need an output file so this is what I have and is enough.

f = open('debt.txt','r')
for line in f.readlines():
    print line.split()[1].replace("£", "") + "\n"
f.close()
Reply


Messages In This Thread
Need help amalgamating two scripts - by brocq_18 - Mar-07-2017, 02:24 PM
RE: Need help amalgamating two scripts - by Larz60+ - Mar-07-2017, 02:37 PM
RE: Need help amalgamating two scripts - by wavic - Mar-07-2017, 02:45 PM
RE: Need help amalgamating two scripts - by brocq_18 - Mar-07-2017, 03:36 PM
RE: Need help amalgamating two scripts - by wavic - Mar-07-2017, 04:46 PM
RE: Need help amalgamating two scripts - by Ofnuts - Mar-20-2017, 02:02 PM
RE: Need help amalgamating two scripts - by wavic - Mar-20-2017, 12:00 PM
RE: Need help amalgamating two scripts - by Ofnuts - Mar-21-2017, 12:51 PM

Forum Jump:

User Panel Messages

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