All activities
Tier 0 · Predict the output
What does the slice give?
Predict the output
Read the code and type what it prints.
1
word = "python"
2
print(word[1:4])
What will this print?
Check