We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: if an exercise was done more than 30 days ago, color it green. Otherwise, color it red.
The text was updated successfully, but these errors were encountered:
Replaced os.system() with subprocess.run()
os.system()
subprocess.run()
f1f0e82
This is some groundwork for #31, since the `subprocess` module might have some capabilities that will help us capture and process the output.
No branches or pull requests
Idea: if an exercise was done more than 30 days ago, color it green. Otherwise, color it red.
The text was updated successfully, but these errors were encountered: