Skip to content

Commit

Permalink
add pass statements to the last two if blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-ghontale authored Feb 29, 2020
1 parent 125f118 commit 78f834e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw_rel_ext.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@
"# Enter your bake-off assessment code in this cell. \n",
"# Please do not remove this comment.\n",
"if 'IS_GRADESCOPE_ENV' not in os.environ:\n",
" pass\n",
" # Please enter your code in the scope of the above conditional.\n",
" ##### YOUR CODE HERE\n",
"\n",
Expand All @@ -724,6 +725,7 @@
"# by the code above. Please enter only a number between \n",
"# 0 and 1 inclusive. Please do not remove this comment.\n",
"if 'IS_GRADESCOPE_ENV' not in os.environ:\n",
" pass\n",
" # Please enter your score in the scope of the above conditional.\n",
" ##### YOUR CODE HERE\n",
"\n",
Expand Down

0 comments on commit 78f834e

Please sign in to comment.