We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe44aed commit 5b85378Copy full SHA for 5b85378
examples/06_loop_types/config/config.json
@@ -9,7 +9,7 @@
9
{
10
"title" : "Python - Distinguish for and while Loops",
11
"command" : [ "submitty_count node for *.py",
12
- "submitty_count token while *.py" ],
+ "submitty_count token While *.py" ],
13
"points" : 2,
14
"validation" : [
15
examples/07_loop_depth/config/config.json
@@ -12,8 +12,7 @@
// Here, an instructor-provided static analysis script is used, rather
// than one of the provided scripts like count_token and count_function.
// This works in much the same way as those scripts.
- "command" : [ "mv loopdepth.py loopdepth",
16
- "python3 loopdepth *.py" ],
+ "command" : [ "submitty_count loopdepth *.py" ],
17
"points" : 10,
18
19
0 commit comments