CBSE · 083Class XII · 2024Section A1 mark

Question 09

2 April 2024 · Computer Science (083)

Identify the statement from the following which will raise an error :

Answer

(c) print("15" + 3)

Explanation

Python does not support implicit type coercion for addition between a string ('15') and an integer (3).