Calls func for each item in the sequence passing user_data to the function. func must not modify the sequence itself.
the function to call for each item in seq
user data passed to func
2.14
Calls func for each item in the sequence passing user_data to the function. func must not modify the sequence itself.