what is the ouput of the following phython code:print('CCCCchegg IndiaCC '.strip('c').split(' ', 0)) What is the output of the following Python code: print('CCCCchegg IndiaCC'. strip('C').split(' ',...


what is the ouput of the following phython code:print('CCCCchegg IndiaCC '.strip('c').split(' ', 0))


What is the output of the following Python code:<br>print('CCCCchegg IndiaCC'. strip('C').split(' ', e))<br>a) ['chegg India']<br>b) ['chegg', 'India']<br>c) ['hegg IndiaCC']<br>d) ['chegg','IndiaCC']<br>

Extracted text: What is the output of the following Python code: print('CCCCchegg IndiaCC'. strip('C').split(' ', e)) a) ['chegg India'] b) ['chegg', 'India'] c) ['hegg IndiaCC'] d) ['chegg','IndiaCC']

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here