Mark Fassler

Results 1 issues of Mark Fassler

Hello, I'm trying to run this code: ```python3 #!/usr/bin/env python3 import sys if sys.version_info[0] < 3: raise Exception("Must be using Python 3") import os ## TODO: can this be an...