2020-05-27 13:19:11 +05:30

534 B

id, title, challengeType, isRequired, videoId
id title challengeType isRequired videoId
5e7b9f070b6c005b0e76f061 Intermediate Strings 11 true KgT_fYLXnyk

Description

More resources: - Exercise

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