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.
2 Posted Topics
Re: from //kogs-www.informatik.uni-hamburg.de/~meine/python_tricks [code=python] while True: do_something() if condition(): break [/code] Godspeed :) Editors note: For Python code on Daniweb: Please use the [b][noparse][code=python][/noparse][/b] and [b][noparse][/code][/noparse][/b] tag pair to enclose your python code. | |
Re: Much thanks! Your code is very helpful (and efficient too!) :) However, in defining "find_key", shouldn't you use the argument "dic" instead of "symbol_dic" in calling iteritems? :) Other than that, thanks for the big help! :) |
The End.