0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~352 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
this is wht i have so far.. but still having some trouble with this.. a = input("Please enter the maximum total area: ") infile = open("result.csv", "r") outfile = open("results.txt", "w") counter = 0 for line in infile: if "NAME" in line: continue counter +=1 line = line.rstrip() fields = …
The End.
hello420