Q9 Single choice Mark for later What is the output when the following commands are typed in Python interactive mode? A 15 B NameError: name 'c' is not defined C ac D TypeError: cannot concatenate 'str' and 'int' objects Correct answer