Syntax Scoring: Day 10: Advent of Code 2021 — Python Solution
Day 10, A famous parentheses syntax problem with little variety.
If you are not familiar with Advent of Code, I highly recommend solving it yourself before looking at these solutions.

Understand the problem
In this challenge, You are given with series of parentheses in every line. Your task is…