Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem in using enumerate
#5
(Oct-11-2023, 09:52 AM)akbarza Wrote: I have not seen * before in such syntax. what is it doing and for what is it used?

This is iterable unpacking as described in PEP448. It is convenient and concise way in interactive interpretator to output iterable content.
akbarza likes this post
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
problem in using enumerate - by akbarza - Oct-09-2023, 01:12 PM
RE: problem in using enumerate - by perfringo - Oct-09-2023, 03:36 PM
RE: problem in using enumerate - by akbarza - Oct-11-2023, 09:52 AM
RE: problem in using enumerate - by perfringo - Oct-11-2023, 10:55 AM
RE: problem in using enumerate - by deanhystad - Oct-09-2023, 03:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  The use of enumerate Frankduc 3 1,730 Jan-31-2022, 09:40 PM
Last Post: deanhystad
  Need to understand the way enumerate() function works abhishekambastha 2 2,512 Sep-16-2018, 08:21 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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