On Sun, Aug 25, 2013 at 7:33 PM, Mohsen Pahlevanzadeh
wrote:
> Dear all,
>
>
> Suppose I have function with with 10
> args:
>
> "def foo(arg1,arg2,arg3,arg4.): "
>
> I need to call somtimes with arg1 , somtimes arg1, arg4, , somtimes arg 4 ,
> arg7 , my program doesn't specify to type of call
Dear all,
Suppose I have function with with 10
args:
"def foo(arg1,arg2,arg3,arg4.): "
I need to call somtimes with arg1 , somtimes arg1, arg4, , somtimes arg 4 ,
arg7 , my program doesn't specify to type of call.
Does python same way to help me?
My link:
http://stackoverflow.com/quest