Question: Given that example =Santa Community College. Provide the type and value of the following expressions: (a) example[4] (b) example[6:15] (c) example.split[ ] (d) .join(example.split[ ])
Given that example =Santa Community College. Provide the type and value of the following expressions:
(a) example[4]
(b) example[6:15]
(c) example.split[ ]
(d) .join(example.split[ ])
(e) len(example[6:15])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
