Each student shall generate a single Python source file named balanced.py. This Python script shall open the Java source file specified in the command line argument provided at run-time, strip it of comments and save the comment-free version in a new file. The Python program shall then verify the Java source file meets the rudimentary syntax requirements for balanced parentheses, brackets, and braces. That is, every opening punctuation requires matching closing punctuation. A left curly-bracket requires a right curly-bracket for balance.