I have to check whether year = [1900, 2020, 2021, 2001] is a leap year or not and get True/False as a result (Boolean) I have written a function as : But now I need to pass a list as year = [1900, 2020, 2021, 2001] and when I am doing so I am getting an error as “TypeError: unsupported