We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a737222 commit 6d3a627Copy full SHA for 6d3a627
week2/1_Conditions.ipynb
@@ -232,7 +232,7 @@
232
"is_temple_open = False\n",
233
"\n",
234
"if 'Cohen' in user_fullname:\n",
235
- " print('You might enter the temple!')\n",
+ " print('You may enter the temple!')\n",
236
" is_temple_open = True\n",
237
238
"print('')\n",
@@ -271,7 +271,7 @@
271
" allowed_to_enter = True\n",
272
273
"if age < 18:\n",
274
- " print('Please wait to midnight before answering the following question:')\n",
+ " print('Please wait until midnight before answering the following question:')\n",
275
" answer_for_birthday_is_today = input('Is it your birthday today? [yes/no]: ')\n",
276
" if age == 17 and answer_for_birthday_is_today == 'yes':\n",
277
" print('Happy birthday! You are 18 now.')\n",
0 commit comments