File tree 1 file changed +7
-2
lines changed 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ So, here ya go...
83
83
- [ 💡 Explanation:] ( #-explanation-16 )
84
84
- [ Needle in a Haystack] ( #needle-in-a-haystack )
85
85
- [ 💡 Explanation:] ( #-explanation-17 )
86
+ - [ Let's see if you can guess this?] ( #lets-see-if-you-can-guess-this )
87
+ - [ 💡 Explanation:] ( #-explanation-18 )
86
88
- [ Minor Ones] ( #minor-ones )
87
89
- [ TODO: Hell of an example!] ( #todo-hell-of-an-example )
88
90
- [ Contributing] ( #contributing )
@@ -1398,11 +1400,14 @@ tuple()
1398
1400
1399
1401
# ## Let's see if you can guess this?
1400
1402
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
+ ```
1402
1408
1403
1409
** Output:**
1404
1410
```py
1405
- >> > a, b = a[b] = {}, 5
1406
1411
>> > a
1407
1412
{5 : ({... }, 5 )}
1408
1413
```
You can’t perform that action at this time.
0 commit comments