@@ -1845,7 +1845,7 @@ x, y = (0, 1) if True else None, None
```
**Output:**
```
```py
>>> x, y # expected (0, 1)
((0, 1), None)
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.