Files

54 lines
517 B
Markdown
Raw Permalink Normal View History

---
id: 5e7b9f070b6c005b0e76f061
title: Strings intermediárias
challengeType: 11
videoId: KgT_fYLXnyk
bilibiliIds:
aid: 291983121
bvid: BV1Zf4y157yG
cid: 376394116
dashedName: intermediate-strings
---
# --description--
Mais recursos:
\- [Exercício](https://www.youtube.com/watch?v=1bSqHot-KwE)
# --question--
## --text--
Qual é o valor de i no seguinte código?
```python
word = "bananana"
i = word.find("na")
```
## --answers--
nanana
---
2
---
3
---
True
---
na
## --video-solution--
2