1. |
which feature does not match with python
|
||||||||
Answer:
Option (c) |
2. |
Garbbage collection introduced in which python version
|
||||||||
Answer:
Option (a) |
3. |
Python is successor of which language?
|
||||||||
Answer:
Option (d) |
4. |
What is the extentions for the python file?
|
||||||||
Answer:
Option (b) |
5. |
How to execute Python script?
|
||||||||
Answer:
Option (a) |
6. |
Which one of these is not a Built-in Data Structure of python?
|
||||||||
Answer:
Option (c) |
7. |
what is the correct way to set boolean variable myVar to false?
|
||||||||
Answer:
Option (b) |
8. |
Does python uses dynamic typing?
|
||||||||
Answer:
Option (a) |
9. |
which is the valid variable name?
|
||||||||
Answer:
Option (b) |
10. |
what will happen if we represent string with triple quotes in python?
|
||||||||
Answer:
Option (b) |