Using Map on function with two list arguments

后端 未结 0 1733
时光取名叫无心
时光取名叫无心 2021-01-18 07:10

I have a function that has two arguments that are both lists as shown below

def myfunc(arg1, arg2):
  return arg1*arg2

arg1 = [1,2,3,4]
arg2 = [10,9,8]


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题