String Slicing (Exercise)
00:00
This exercise is about slicing a string, and your task is to print the string "zing"
by using slice notation to specify the correct range of characters in the string "bazinga"
.
00:11
So you start off with the string "bazinga"
, and then you slice that string to take out only the part that says "zing"
.
Become a Member to join the conversation.