CBSE · 083Class XII · 2023Section A1 mark

Question 02

30 March 2023 · Computer Science (083)

Which of the following is a valid keyword in Python ?

Answer

(b) return

Explanation

'return' is a reserved keyword in Python. 'false' (should be False), 'non_local' (should be nonlocal), and 'none' (should be None) are incorrect.