1. |
True or False? Once you start a threading.Timer, you cannot stop it until it expires.
|
||||
Answer:
Option (b) |
2. |
Which module in Python supports regular expressions?
|
||||||||
Answer:
Option (a) |
3. |
Which of the following creates a pattern object?
|
||||||||
Answer:
Option (c) |
4. |
What does the function re.match do?
|
||||||||
Answer:
Option (a) |
5. |
The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________
|
||||||||
Answer:
Option (d) |
6. |
The expression a{5} will match _____________ characters with the previous regular expression.
|
||||||||
Answer:
Option (b) |
7. |
Which of the following functions results in case insensitive matching?
|
||||||||
Answer:
Option (c) |
8. |
The plot method on Series and DataFrame is just a simple wrapper around ____________
|
||||||||
Answer:
Option (b) |
9. |
Point out the correct combination with regards to kind keyword for graph plotting.
|
||||||||
Answer:
Option (d) |
10. |
Which of the following value is provided by kind keyword for barplot?
|
||||||||
Answer:
Option (a) |