No Sufficient Questions
1) Which of the below Escape sequence NOT supported in Python
2) Write the Output: str1 = 'Hunter' str2 ='World!' # using + print('str1 + str2 = ', str1 + str2) # using * print('str1 * 3 =', str1 * 3)