So lets say i have a python function like this:
def function_name(*param1, param2):
...
And i have a string "120,220,400". Is there a way i can place it in param1 without transforming it to a tuple of lists/other tuples? i tried using .split( , ) but i just end up having ["120","220","400"].
我仍然希望使用第1段,并真心希望改变这一功能,即仅仅在标签上读到的价值体现为“120 220 400”的建筑。