Skip to content
New issue

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

Add pass statements #48

Merged
merged 3 commits into from
Feb 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pass statements to the last two if blocks
  • Loading branch information
arun-ghontale authored Feb 29, 2020
commit 78f834e99a046ca8b2e977d91c971d39adf5dade
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