mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-11 14:08:53 +01:00
Update README.md
Typo fix
This commit is contained in:
parent
8b2a6172da
commit
d5585f0ef4
4
README.md
vendored
4
README.md
vendored
@ -1453,7 +1453,7 @@ for item in mixed_list:
|
|||||||
booleans_found_so_far += 1
|
booleans_found_so_far += 1
|
||||||
```
|
```
|
||||||
|
|
||||||
**Outuput:**
|
**Output:**
|
||||||
```py
|
```py
|
||||||
>>> booleans_found_so_far
|
>>> booleans_found_so_far
|
||||||
0
|
0
|
||||||
@ -1605,7 +1605,7 @@ for i, some_dict[i] in enumerate(some_string):
|
|||||||
pass
|
pass
|
||||||
```
|
```
|
||||||
|
|
||||||
**Outuput:**
|
**Output:**
|
||||||
```py
|
```py
|
||||||
>>> some_dict # An indexed dict is created.
|
>>> some_dict # An indexed dict is created.
|
||||||
{0: 'w', 1: 't', 2: 'f'}
|
{0: 'w', 1: 't', 2: 'f'}
|
||||||
|
Loading…
Reference in New Issue
Block a user