Skip to content

Commit

Permalink
fix/relation boolean operators
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro committed Dec 28, 2023
1 parent 1fa6700 commit 57316ea
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion en/python/relationBooleanOperators/13.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ print([/][/][/])
- 'num'
- ==
- =
- num
- >=
- 8

Expand Down
1 change: 0 additions & 1 deletion en/python/relationBooleanOperators/14.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ print([/][/][/])

# --answers--

- num
- 'num'
- ==
- <
Expand Down
1 change: 0 additions & 1 deletion en/python/relationBooleanOperators/15.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ print([/][/][/])
- 'num'
- <=
- =
- num
- >=
- 8

Expand Down
1 change: 0 additions & 1 deletion it/python/relationBooleanOperators/13.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ print([/][/][/])
- 'num'
- ==
- =
- num
- >=
- 8

Expand Down
1 change: 0 additions & 1 deletion it/python/relationBooleanOperators/14.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ print([/][/][/])

# --answers--

- num
- 'num'
- ==
- <
Expand Down
3 changes: 1 addition & 2 deletions it/python/relationBooleanOperators/15.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ print([/][/][/])

# --answers--

- num
- num
- 'num'
- <=
- =
- num
- >=
- 8

Expand Down

0 comments on commit 57316ea

Please sign in to comment.