6. What will following code print ? / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP str1 = ’’'Hell\r o ''' str2 = ''' Hell\ o''' print(len(str1) > len(str2)) # Output False