I have a round function that I would like to apply to each element in each list, but my code currently rounds the entire list. How can I fix this using function that I would like to ap
I have a round function that I would like to apply to each element in each list, but my code currently rounds the entire list. How can I fix this using function that I would like to ap