what is the output of Strl="Class11 Final Examination"
print(Strl1([2: ])
print(Strl1([2:15:3 ])
print(Strl1([ :17])
print(Strl1([-17:-3 ])
Answers
Answered by
1
Answer:
ass11 Final Examination
a1FaE
Class11 Final Exa
Final Examinat
This is the out put of your code
Explanation:
*remove the curve brackets to strl1([ :]) because this is not the syntax of slicing. Just leave as strl1[:]
HOPE IT HELPS YOU
DO FOLLOW FOR MORE ANSWERS /PROGRAMS
MARK AS BRAINLIEST
Similar questions