Question | Your program will be written in Python 3. The only in-built module methods and attributes you are allowed to use are: sys.argv sys.exit() os.system(“clear”) You may not import any other modules. To you, a scaffold of a suggested implementation structure is provided. Some test cases require certain features of your code and cannot be modified. |
---|---|
Subject | python programming |