CBSE Class 9 Computer Applications Question 3 of 23

Introducing Python — Question 1

Back to all questions
1
Question

Question 1

Which of the following is not a legal type in Python ?

  1. Integer
  2. String
  3. List
  4. Generic
Answer

Generic

Reason — Generic is not a legal type in Python while Integer, String and List are legal data types in Python.