Question: ( python problem ) String my _ string is read from input. Assign variable sub _ string with the my _ string slice that excludes

(python problem)
String my_string is read from input. Assign variable sub_string with the my_string slice that excludes the characters at indices 5 and 6.
Click here to show example
Ex: If the input is:
The wheels on the bus go round and round
then the output is:
The wels on the bus go round and round

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!