CBSE Class 12 Computer Science Question 20 of 105

Python Revision Tour — Question 4

Back to all questions
4
Question

Question 4

Which of the following cannot be a variable?

  1. _init_
  2. in
  3. it
  4. on
Answer

in

Reason — in is a keyword in python.