PFP191_-_SP_2024_-_Block_5_-_FE_1906.webp
A

PFP191_-_SP_2024_-_Block_5_-_FE_1906.webp

Multiple Choices
(Choose 1 answer)
Which of the following would separate a string input_string on the first 2 occurences of the letter "e"?
A. 'e'.split(input_string, 1)
B. 'e'.split(input_string, 2)
C. 'e'.split(input_string, maxsplit=2)
D. input_string.split('e', maxsplit=2)

Thông tin

Category
PFP191
Thêm bởi
Alphonse91
Ngày thêm
Lượt xem
899
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom