Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to access arguments by name from function
Post: RE: How to access arguments by name from function

You can get it by index if you return the values as a nested list def my_func(list1,list2,list3): return [list1,list2,list3] p1 = my_func(list1 = ['BNKL', 'KPUI', 'HYNI'],\ list2 = [...
harshanas General Coding Help 7 2,831 Sep-19-2019, 02:42 PM

User Panel Messages

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