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