Question: Consider the following python program and write the output str=internet programming print(str[12:]) print(str[:7]) print(str[12:14]) print(str[:]) 7 A B 1 = E E 00
Consider the following python program and write the output str="internet programming" print(str[12:]) print(str[:7]) print(str[12:14]) print(str[:]) 7 A B 1 = E E 00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
