Write the output of the following ‘print’ statements for the string value in str: str= ‘Informatics Practices’
i. print(str[0]) ii. print(str[2:5]) iii) print(str(10:]) iv) print(str[:5])
Answers
Answered by
1
Answer:
Answer:
Similar questions