This video tells how #lists as #parameters can be passed to a #User defined function. The #python version I am using #3.7xxxx. As a #List is a mutable structure in Python so when it is passed as #parameter to a function and there whatever changes are made, those changes are reflected in the arguments passed.