How to find the longest string in a list using Python, including a solution which involves manually implementing an algorithm with a loop and if statement, and a one line solution which uses the built-in max() function. Source code: https://github.com/portfoliocourses/p.... Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!