Computer Science, asked by Snehaalavas, 4 months ago

What is the output of following?
print(“abcabcab”.split(‘c’))

Answers

Answered by jai696
5

\huge{\mathtt{{\blue{\boxed{\tt{\pink{\orange{A}\purple{n}\blue{s}\red{w}\green{e}\pink{r᭄}}}}}}}}

['ab', 'ab', 'ab']

\huge\blue{\mid{\fbox{\tt{Explanation}}\mid}}

It splits the string on every occurrence of c into a list

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Thujaa
0

Answer:

Error

Explanation:

Similar questions