This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mablue
Recipients mablue
Date 2021-04-02.03:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617334566.18.0.191998092151.issue43701@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-04-02 03:36:06mabluesetrecipients: + mablue
2021-04-02 03:36:06mabluesetmessageid: <1617334566.18.0.191998092151.issue43701@roundup.psfhosted.org>
2021-04-02 03:36:06mabluelinkissue43701 messages
2021-04-02 03:36:05mabluecreate