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 veky
Recipients Jacob RR, ammar2, docs@python, serhiy.storchaka, steven.daprano, veky
Date 2020-04-09.20:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586463185.23.0.64039866872.issue40202@roundup.psfhosted.org>
In-reply-to
Content
> It says **too many** but I assign a few than the size of the list. am I the one who wrong here?

Yes. The same as here:

> Should said something else because it received less values and expected should say 3 and not 2, correct?

You probably don't understand _values_. a,b and x,y on the left side are not values. They are names. The 1,2,3 on the right side are values. Those are counted.
History
Date User Action Args
2020-04-09 20:13:05vekysetrecipients: + veky, steven.daprano, docs@python, serhiy.storchaka, ammar2, Jacob RR
2020-04-09 20:13:05vekysetmessageid: <1586463185.23.0.64039866872.issue40202@roundup.psfhosted.org>
2020-04-09 20:13:05vekylinkissue40202 messages
2020-04-09 20:13:04vekycreate