x = 'Python Programming' print('Program' not in x) print('Program' in x) print('program' in x)