534 B
534 B
id, title, challengeType, isRequired, videoId
id | title | challengeType | isRequired | videoId |
---|---|---|---|---|
5e7b9f070b6c005b0e76f061 | Intermediate Strings | 11 | true | KgT_fYLXnyk |
Description
Tests
question:
text: 'What is the value of i in the following code?
<pre>word = "bananana"<br>
i = word.find("na")</pre>'
answers:
- 'nanana'
- '2'
- '3'
- 'True'
- 'na'
solution: 2