What will be the output of the following python print statements for the string? str = ‘SUNDEW’ i) print(str*2) ii) print(str[4:])
Answers
Answered by
0
Explanation:
(MCQs)focuses on strings -1
Similar questions