[Tutor] Nodes and Queues?

2011-05-11 Thread Clara Mintz
Hi all I am sorry I am a beginner at python and I was reading my book and I came across the terms Nodes and Queue. I am sorry but I don't quite understand how they work. Is there anyone who could possibly explain them in simple terms? Thank you so much. Sincerely, Clara

[Tutor] Dictionary File character reader

2011-05-09 Thread Clara Mintz
Sorry I am completely new at python and don't understand why this function is returning an empty dictionary. I want it to take a list of files open them then return the number of characters as the value and the file name as the key. def fileLengths(files):d = {}files = []for file in