New submission from dai dai :
```py
print(3 - - 2)
print(3 + + 2)
"""output
5
5
"""
```
--
components: Windows
messages: 359886
nosy: dai dai, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: This new
New submission from dai dai :
>> a = 1
>> b = 2
>> a, b += 1, 2
2 3
--
messages: 347779
nosy: dai dai
priority: normal
severity: normal
status: open
title: can you add this new feature about grammar?
___
Python tracker
<ht
dai dai added the comment:
>> a = 1
>> b = 2
>> a, b += 1, 2
2, 4
--
___
Python tracker
<https://bugs.python.org/issue37582>
___
___
Pytho