Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~352 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for hello420
Member Avatar for urmybaby

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 = …

Member Avatar for Member #322302
0
93

The End.