Skip to content
Snippets Groups Projects
Commit 81e0fb5c authored by joshrandall8478's avatar joshrandall8478
Browse files
parents 36755d1f 54ae3421
No related branches found
No related tags found
Loading
ASSIGNMENT_TITLE=""
LATE_PENALTY="0.1"
SCORE_DEFAULT="100"
POINTS_FOR_RUNS=[]
\ No newline at end of file
.venv
venv
\ No newline at end of file
venv
.env
.vscode
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment