"Merrigan" schrieb im> > I'm sure I have done this before, but cannot remember how, > or find out how to do it quickly - but is there a > way/function/something in python to make all the letters > of a raw_input() string small/capital letters? > "upper might help".upper() "OR LOWER".lower() HTH Martin