Along with basic comparsion operators, Python also provides built-in operators to create boolean expressions with sequences, such as strings and lists.
Note that a string is a substring of itself, and the empty string is a substring of any other string. (Also note that computer scientists like to think about these edge cases quite carefully!)
Create one conditional to find whether βfalseβ is in string str1. If so, assign variable output the string βFalse. You arenβt you?β. Check to see if βtrueβ is in string str1 and if it is then assign βTrue! You are you!β to the variable output. If neither are in str1, assign βNeither true nor false!β to output.