[python-nl] bug in python code

2006-07-17 Berichten over hetzelfde onderwerp krimble
[code]bestand = open('weer.txt', 'r') temperatuur = {} totaal = 0 lijst = [] lijstgroter = [] lijstkleiner = [] for line in bestand : if not line[0] == '#' : l = line.split() ## for calculating gemiddelde getallen = l[1] lijst.append(getallen)

Re: [python-nl] bug in python code

2006-07-17 Berichten over hetzelfde onderwerp krimble
aaa bedankt, ja ik zal eens kijken ofdat het met die functions lukt. Bedankt voor je snelle reply -- View this message in context: http://www.nabble.com/bug-in-python-code-tf1954894.html#a5361884 Sent from the Python - python-nl forum at Nabble.com. _