Skip to content

Commit

Permalink
DeletingFiles12
Browse files Browse the repository at this point in the history
  • Loading branch information
ZafeerA123 committed Oct 4, 2023
1 parent 0161590 commit 7777f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _notebooks/2023-08-30-Calculator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {
"vscode": {
"languageId": "html"
Expand Down Expand Up @@ -119,7 +119,7 @@
" } else {\n",
" output.innerHTML = output.innerHTML + value; // concatenation is used to add the numbers to the end of the input\n",
" }\n",
" } else { // special case for adding a decimal; can't have two decimals\n",
" } else { // special case for adding a decimal; can not have two decimals\n",
" if (output.innerHTML.indexOf(\".\") == -1) {\n",
" output.innerHTML = output.innerHTML + value;\n",
" nextReady = false;\n",
Expand Down Expand Up @@ -447,7 +447,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7777f7c

Please sign in to comment.