call list of function using list comprehension August 9, 2023 by Tarik >>> [f() for f in fl] [1, 2, 3] Absolutely 🙂