Q11. What Will Be

Write the modules that will be required to be imported to execute the following code in Python. def main( ): ... 'tuple' object does not support item assignment in line 2. Append() Method is not with tuple. Ans. 4. a) line 3 cannot concatenate with int. b) Parenthesis is missing in line 4 . ................
................