mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 11:04:25 +01:00
Fix typo
Changes "f" to "t" in the output.
This commit is contained in:
commit
330cb601cf
2
README.md
vendored
2
README.md
vendored
@ -1495,7 +1495,7 @@ for i, some_dict[i] in enumerate(some_string):
|
|||||||
**Outuput:**
|
**Outuput:**
|
||||||
```py
|
```py
|
||||||
>>> some_dict # An indexed dict is created.
|
>>> some_dict # An indexed dict is created.
|
||||||
{0: 'w', 1: 'f', 2: 'f'}
|
{0: 'w', 1: 't', 2: 'f'}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 💡 Explanation:
|
#### 💡 Explanation:
|
||||||
|
Loading…
Reference in New Issue
Block a user