.. _leetcode-0020: ========================================= :badge:`EASY,badge-info` 0020. Valid Parenthesis ========================================= ------------------------- Problem Statement ------------------------- `Leetcode Link `_ -------------------------- Examples -------------------------- --------------------- Solution --------------------- .. literalinclude:: solution.py :caption: Solution :linenos: :language: python