QuestionQ21
Python BasicsWhat is displayed when the following commands are entered in Python interactive mode?

- A 15
- B NameError: name 'c' is not defined
- C ac
- D TypeError: cannot concatenate 'str' and 'int' objects
What is displayed when the following commands are entered in Python interactive mode?

Community Discussion