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 2021020 commit 482ed03Copy full SHA for 482ed03
tools/python-data/grade-detail.php
@@ -34,7 +34,6 @@
34
if ( is_object($json) ) {
35
echo("<pre>\n");
36
if ( isset($json->code)) {
37
- echo("Code:\n");
38
echo(htmlent_utf8($json->code));
39
echo("\n");
40
unset($json->code);
tools/pythonauto/grade-detail.php
tools/sql-intro/grade-detail.php
0 commit comments