[New-bugs-announce] [issue43701] Add this optionality

Masoud Azizi report at bugs.python.org
Thu Apr 1 23:36:06 EDT 2021


New submission from Masoud Azizi <mablue92 at gmail.com>:

I want to rediuse two var togeder!
When i do that buy sum is rediuse to zero and not effect the sellsum
buySum[pair] -= sellSum[pair]
sellSum[pair] -= buySum[pair]

Cuz of that i try this statment but its not work!
Its a simple code that will python support it:

buySum[pair],sellSum[pair] -= sellSum[pair], buySum[pair]

Please add this optionallity to python

----------
messages: 390032
nosy: mablue
priority: normal
severity: normal
status: open
title: Add this optionality
type: enhancement
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43701>
_______________________________________


More information about the New-bugs-announce mailing list