1. |
syntax to open file in python
|
||||||||
Answer:
Option (a) |
2. |
How to get list of all lines from file in python
|
||||||||
Answer:
Option (a) |
3. |
what is the use of wb accessmode while opeing a file in python
|
||||||||
Answer:
Option (c) |
4. |
what is the correct way to specify absolute path while opeing a file in windows operating system.
|
||||||||
Answer:
Option (a) |
5. |
what is the use of "with" statement in python
|
||||||||
Answer:
Option (a) |
6. |
command to install numpy
|
||||||||
Answer:
Option (a) |
7. |
which one of these can not be considered as a use of numpy
|
||||||||
Answer:
Option (c) |
8. |
type(Numpy Array) will return
|
||||||||
Answer:
Option (b) |
9. |
what will be the output of the below script
|
||||||||
Answer:
Option (a) |
10. |
what will be the output of the below script?
|
||||||||
Answer:
Option (a) |