On Wed, Feb 10, 2010 at 4:27 PM, invincible patriot <invincible_patr...@hotmail.com> wrote: > hi > i want to compare a string with a dictionary > or u can say that i want to take user input A STRING, and want to compare > each character of that string with the KEYS in the dictionary, and then i > wana print the values for the characters that are present in that strinng > that we got as the input and were present in the dictionary as well
Please give an example input, dictionary and desired output. > can you please give me some idea how to do that > > what i hav done is that > 1) I have made a dictionary with the keys and the values > 2) I have taken the input from the user and hav saved it into a variable > > not i wana compare string that was given to us and replace them with the > values given in the dictionary You probably want some combination of iteration over the input string and dict.get(). Kent _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor