/THE-TECH-HUT-TWO

Second Tech-Hut Assignment

Primary LanguagePython

THE-TECH-HUT-TWO

Second Tech-Hut Assignment

Description

This is a program that checks to ensure that every parentheses/bracket input by a user has a corresponding closing parantheses/bracket of the same type.

The output is true if each left bracket/parenthesis has a right bracket/parenthesis to match it in a well nested format.

Getting Started

Ensure you have Python Installed Navigate to the directory where the file, for example, brackets.py is saved. Run program by typing python brackets.py into the terminal.