How many number of arguments can be passed to a function?

Hi,
Is there any limit to pass arguments to a python function via custom script?
Actually, I have a code, where when I pass 9 arguments it works perfectly whereas when I add 2 more it gives the error that the require number of arguments are 11 whereas you have passed only 10.

Regards
Ruchin Sharma

please check python - Pass more than 255 arguments to a function - Stack Overflow

Thanks, Makarand