name = "ABCDESHGIs"if 's' in name: print 'String contains the letter "s".'else: print 'String does not contain the letter "s".'