mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Fixes code highlight
This commit is contained in:
parent
e6eac17ef5
commit
b0622a10ad
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -1845,7 +1845,7 @@ x, y = (0, 1) if True else None, None
|
||||||
```
|
```
|
||||||
|
|
||||||
**Output:**
|
**Output:**
|
||||||
```
|
```py
|
||||||
>>> x, y # expected (0, 1)
|
>>> x, y # expected (0, 1)
|
||||||
((0, 1), None)
|
((0, 1), None)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue