Skip to content

Commit

Permalink
Merge pull request #9 from AhmedKhalifa7/main
Browse files Browse the repository at this point in the history
Correcting logical error
  • Loading branch information
colevandersWands authored Dec 10, 2024
2 parents 8e528db + 4a37d59 commit f05d46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_predictive_stepping/examples/04_basic_operatiors.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
_08_or_ff = False or False

_09_not_t = not True
_10_not_f = not True
_10_not_f = not False

# --- Number Operators ---

Expand Down

0 comments on commit f05d46a

Please sign in to comment.