What is the output when the following commands are typed in Python interactive mode?
Posted: Mon Aug 01, 2022 9:35 am
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
A. 15
B. NameError: name 'c' is not defined
C. ac
D. TypeError: cannot concatenate 'str' and 'int' objects