We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc3796 commit b3a24deCopy full SHA for b3a24de
Lesson 2/exercise2-3.py
@@ -1,9 +1,9 @@
1
'''
2
3
-An example of truth tables with AND
4
-Remove the quotes above and below to see what the program does.
+#An example of truth tables with AND
+#Remove the quotes above and below to see what the program does.
5
6
-And truth tables
+#And truth tables
7
print("-------------------------")
8
print("| P " + "| Q " + "| P AND Q |")
9
0 commit comments