

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following function? re.findall("hello world", "hello", 1) |
A. | [“hello”] |
B. | [ ] |
C. | hello |
D. | hello world |
Answer» C. hello | |