Skip to content

Commit 3256b04

Browse files
authored
Merge branch 'master' into patch-1
2 parents 7df7637 + 3cdc9ac commit 3256b04

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ So, here ya go...
8383
- [💡 Explanation:](#-explanation-16)
8484
- [Needle in a Haystack](#needle-in-a-haystack)
8585
- [💡 Explanation:](#-explanation-17)
86+
- [Let's see if you can guess this?](#lets-see-if-you-can-guess-this)
87+
- [💡 Explanation:](#-explanation-18)
8688
- [Minor Ones](#minor-ones)
8789
- [TODO: Hell of an example!](#todo-hell-of-an-example)
8890
- [Contributing](#contributing)
@@ -1398,11 +1400,14 @@ tuple()
13981400

13991401
### Let's see if you can guess this?
14001402

1401-
Originally, suggested by @PiaFraus in [this](https://github.com/satwikkansal/wtfPython/issues/9) issue.
1403+
Suggested by @PiaFraus in [this](https://github.com/satwikkansal/wtfPython/issues/9) issue.
1404+
1405+
```py
1406+
a, b = a[b] = {}, 5
1407+
```
14021408

14031409
**Output:**
14041410
```py
1405-
>>> a, b = a[b] = {}, 5
14061411
>>> a
14071412
{5: ({...}, 5)}
14081413
```

0 commit comments

Comments
 (0)