CBSE · 083Class XII · 2025Section A1 mark

Question 04

4 March 2025 · Computer Science (083)

Which of the following is the correct identifier ?

Answer

(b) Break

Explanation

Identifiers cannot be keywords. 'global', 'def', and 'with' are keywords. 'Break' is not a keyword (Python is case-sensitive, 'break' is the keyword).