Question: What is output? B 'Python' new_string my_index 0 - while my_index != len(new_string)/2: print(new_string[my_index: int(len(new_string)/2)]) my_index += 1
What is output? B 'Python' new_string my_index 0 - while my_index != len(new_string)/2: print(new_string[my_index: int(len(new_string)/2)]) my_index += 1
Step by Step Solution
3.54 Rating (151 Votes )
There are 3 Steps involved in it
There are some typographical errors and issues in the given code ... View full answer
Get step-by-step solutions from verified subject matter experts
