Hi, Could you please tell me why this isn't working and how can I make it possible... Consider this code..name = raw_input("Enter your first name: ") if name[0] == ("m" or "f" or "b") : rhyme = name[1:]What I want here is.. If the name starts with 'm' or 'f' or 'b', The first letter should be removed.But this isn't happening here.
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor