Skip to content

Commit b3a24de

Browse files
committed
refine 2-3
1 parent 9dc3796 commit b3a24de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lesson 2/exercise2-3.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
'''
22
3-
An example of truth tables with AND
4-
Remove the quotes above and below to see what the program does.
3+
#An example of truth tables with AND
4+
#Remove the quotes above and below to see what the program does.
55
6-
And truth tables
6+
#And truth tables
77
print("-------------------------")
88
print("| P " + "| Q " + "| P AND Q |")
99
print("-------------------------")

0 commit comments

Comments
 (0)