Skip to content

Commit 3c2a291

Browse files
authored
Merge pull request #28 from PythonFreeCourse/boolean-table-fix
Fix boolean table
2 parents c3fa071 + 0992bb0 commit 3c2a291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week1/7_Logic_Operators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
"|:----------|:----------|:--------|------:|\n",
494494
"| True | True | or | True |\n",
495495
"| True | False | or | True |\n",
496-
"| False | True | or | False |\n",
496+
"| True | True | or | False |\n",
497497
"| False | False | or | False |\n",
498498
"\n",
499499
"| תוצאה | אופרנד ראשון | אופרטור |\n",

0 commit comments

Comments
 (0)