Which of the following expressions evaluate to True? (Select two answers)
121 +1 == int ('1' + 2 * '2')
float ('3.14') == str('3.'+'14')
'xyz'.lower() 'XY'
'8' + '8' !=2 * '8'
Submit