Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Why the result of "extended iterable unpacking" with set() is unpredictable?
Post: RE: Why the result of "extended iterable unpacking...

I understand what you mean. Thanks a lot!
zohanlin General Coding Help 2 2,081 Jun-29-2020, 10:30 AM
    Thread: Why the result of "extended iterable unpacking" with set() is unpredictable?
Post: Why the result of "extended iterable unpacking" wi...

Hello everyone, I want to test "extended iterable unpacking" with set, but the result is unpredictable. d1, *d2, d3 = {1, 2, 3, "a", "acc"} print("d1 =", d1, ", d2 =", d2, ", d3 =", d3) print("type(d...
zohanlin General Coding Help 2 2,081 Jun-29-2020, 08:08 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020