| 11. |
String in python is ......
|
||||||||
|
Answer:
Option (a) |
| 12. |
what will be the output of below script
|
||||||||
|
Answer:
Option (a) |
| 13. |
which one of these is not a function of string in python
|
||||||||
|
Answer:
Option (a) |
| 14. |
List in python represented with
|
||||||||
|
Answer:
Option (b) |
| 15. |
which method will return list of tuples for each key value pair associated with the Dictionary.
|
||||||||
|
Answer:
Option (c) |
| 16. |
which arithmetic operatos does not supported in python?
|
||||||||
|
Answer:
Option (a) |
| 17. |
what is the correct syntax to create user defined functions in python
|
||||||||
|
Answer:
Option (a) |