Skip to content

Commit 2465232

Browse files
authored
Update 09. If Statements.ipynb
1 parent e0375cb commit 2465232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09. If Statements.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"\n",
143143
"![expert.png](attachment:expert.png)\n",
144144
"\n",
145-
"Use ```if``` and ```elif``` statements to create a calculator using basic operators. Have the user input two values to be operated on. Have an option to use addition, subtration, multiplication, and division on those two numbers. Make sure you print the finished answer. "
145+
"Use ```if``` and ```elif``` statements to create a calculator using basic operators. Have the user input two values to be operated on. Have an option to use addition, subtraction, multiplication, and division on those two numbers. Make sure you print the finished answer. "
146146
]
147147
},
148148
{

0 commit comments

Comments
 (0)