Python Forum
How to use value in dictionary as arguments in function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use value in dictionary as arguments in function
#4
why match a and f? before 3.7 dicts are unordered collections, so it's not certain what order you will get...
and what will be the new key? a, f, af, something else...? Again tuple as value?
what about dicts with different len? what about dict values with different len?
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: How to use value in dictionary as arguments in function - by buran - Apr-22-2020, 04:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  get method within max function for a dictionary Blanchdog 3 2,042 Jul-03-2020, 05:55 PM
Last Post: ndc85430
  Why is this function printing the number of keys in a dictionary? mafr97 5 3,254 Sep-17-2019, 06:19 AM
Last Post: perfringo
  Function arguments help FingerButton 2 2,941 Oct-23-2017, 09:29 PM
Last Post: FingerButton

Forum Jump:

User Panel Messages

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