We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b11da commit 6211358Copy full SHA for 6211358
3-tier.py
@@ -66,12 +66,6 @@ def main():
66
main()
67
68
### OUTPUT ###
69
-# PRODUCT LIST:
70
-# (Fetching from Data Store)
71
-# cheese
72
-# eggs
73
-# milk
74
-#
75
# (Fetching from Data Store)
76
# PRODUCT INFORMATION:
77
# Name: Cheese, Price: 2.00, Quantity: 10
null.py
@@ -100,9 +100,6 @@ def test():
100
test()
101
import doctest
102
doctest.testmod()
103
+
104
-# Null
105
106
107
108
-# attr1 Null
+# ('attr1', <Null>)
0 commit comments