Skip to content

Commit 72ea17d

Browse files
committed
added extra credit
1 parent 77446ee commit 72ea17d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ex28.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
#17. True
1818
#18. True
1919
#19. False
20-
#20. False
20+
#20. False
21+
22+
# List of equality operators: <, >, ==, !=, <=, >=, is, is not
23+
# less than, greater than, equal to, not equal to, less than or equal to, greater than or equal to, is, is not

0 commit comments

Comments
 (0)