Skip to main content
Question Protected by gnat
Notice removed Reward existing answer by Niklas Rosencrantz
Bounty Ended with Stefano Palazzo's answer chosen by Niklas Rosencrantz
Tweeted twitter.com/#!/StackProgrammer/status/533362406018138112
Notice added Reward existing answer by Niklas Rosencrantz
Bounty Started worth 150 reputation by Niklas Rosencrantz

When programming Python I sometimes do a **** to make a conversion and. I understand what it does but whichwhat data structures am I manipulating? A dictdict and what is the other? An arrayarray? Is there a name for the **** operator?

Thanks in advance

When programming Python I sometimes do a ** to make a conversion and I understand what it does but which data structures am I manipulating? A dict and what is the other? An array? Is there a name for the ** operator?

Thanks in advance

When programming Python I sometimes do a ** to make a conversion. I understand what it does but what data structures am I manipulating? A dict and what is the other? An array? Is there a name for the ** operator?

Source Link
Niklas Rosencrantz
  • 8.2k
  • 17
  • 61
  • 96

What is the name of ** in python?

When programming Python I sometimes do a ** to make a conversion and I understand what it does but which data structures am I manipulating? A dict and what is the other? An array? Is there a name for the ** operator?

Thanks in advance