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 ?
- Integer
- String
- List
- Generic
Generic
Reason — Generic is not a legal type in Python while Integer, String and List are legal data types in Python.