Ben Martineau
Results
3
issues of
Ben Martineau
[Sorry for the long post, thought best to give as much detail on this one as possible given it's quite niche] **The problem** In the following code snippet, both the...
```python x = f''' text: {set(item ** 2 for item in d)} ''' ``` will become ```python x = f''' text: {{item ** 2 for item in d}} ''' ```...
bug