Python Forum
How to use a tuple as an argument of a function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use a tuple as an argument of a function
#1
I'm new to python and programming in general. I want to know how to use a tuple as the argument of a function

I've been using

def function(a, b ,c):
    tup = (a, b, c)
but this limits the tuple elements the amount of arguments I put in the function definition.

I'd like to do something like def function(t), where t is a tuple and I can call function(1,2,3) for example. Is this possible?
Reply


Messages In This Thread
How to use a tuple as an argument of a function - by zarox - Nov-14-2020, 04:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mutable argument in function definition akbarza 1 426 Dec-15-2023, 02:00 PM
Last Post: deanhystad
Information How to take url in telegram bot user input and put it as an argument in a function? askfriends 0 1,033 Dec-25-2022, 03:00 PM
Last Post: askfriends
  i want to use type= as a function/method keyword argument Skaperen 9 1,776 Nov-06-2022, 04:28 AM
Last Post: Skaperen
  Regex - Pass Flags as a function argument? muzikman 6 3,485 Sep-06-2021, 03:43 PM
Last Post: muzikman
  Tuple generator, and function/class syntax quazirfan 3 3,761 Aug-10-2021, 09:32 AM
Last Post: buran
  Sort Function: <' not supported between instances of 'float' and 'tuple' quest 2 7,973 Apr-30-2021, 07:37 PM
Last Post: quest
  How to check if my argument is a tuple with 3 tuples zarox 1 1,795 Nov-15-2020, 06:50 PM
Last Post: DougBTX
  code with no tuple gets : IndexError: tuple index out of range Aggam 4 2,728 Nov-04-2020, 11:26 AM
Last Post: Aggam
  calling a function and argument in an input phillup7 3 2,555 Oct-25-2020, 02:12 PM
Last Post: jefsummers
  Passing argument from top-level function to embedded function JaneTan 2 2,204 Oct-15-2020, 03:50 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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