Skip to content

Commit 0992bb0

Browse files
committed
Fix boolean table
1 parent c3fa071 commit 0992bb0

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)