#!/usr/bin/python3 print('How are you?') feeling = input() if feeling.lower()=='great': print('I feel great too!') else: print('I hope the rest of day is good!')