Question: What is the output of the following Python code: print ('CCCCchegg IndiaCC'. strip('C').split('', 0)) a) ['chegg India'] b) ['chegg', 'India'] c) ['hegg IndiaCC'] d)
What is the output of the following Python code: print ('CCCCchegg IndiaCC'. strip('C').split('', 0)) a) ['chegg India'] b) ['chegg', 'India'] c) ['hegg IndiaCC'] d) ['chegg','IndiaCC'] www
Step by Step Solution
3.37 Rating (141 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
