Which of the following expressions evaluate to True? (Select two answers)
121 + 1 != '!' + 2 * '2'
'AbC' lower () < 'AB'
'1' + '1' + '1' < '1' * 3'
'3.14' != str(3.1415)
Submit