Understand how to create, access, modify, and iterate over lists. Utilize list comprehensions for more concise and readable code, especially for generating rows of Pascal’s Triangle. -Consider the ...