Skip to content

Commit a737222

Browse files
committed
Typo
1 parent 7a8685b commit a737222

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

week2/1_Conditions.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,15 @@
229229
"outputs": [],
230230
"source": [
231231
"user_fullname = input('Please enter your full name: ')\n",
232-
"is_tample_open = False\n",
232+
"is_temple_open = False\n",
233233
"\n",
234234
"if 'Cohen' in user_fullname:\n",
235-
" print('You might enter the tample!')\n",
236-
" is_tample_open = True\n",
235+
" print('You might enter the temple!')\n",
236+
" is_temple_open = True\n",
237237
"\n",
238238
"print('')\n",
239239
"print('Thank you, ' + user_fullname + '.')\n",
240-
"print('Is the tample open?: ' + str(is_tample_open))"
240+
"print('Is the temple open?: ' + str(is_temple_open))"
241241
]
242242
},
243243
{

0 commit comments

Comments
 (0)