Skip to content

Commit 6211358

Browse files
committed
append_output.sh for 3-tier and null
1 parent 37b11da commit 6211358

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

3-tier.py

-6
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ def main():
6666
main()
6767

6868
### OUTPUT ###
69-
# PRODUCT LIST:
70-
# (Fetching from Data Store)
71-
# cheese
72-
# eggs
73-
# milk
74-
#
7569
# (Fetching from Data Store)
7670
# PRODUCT INFORMATION:
7771
# Name: Cheese, Price: 2.00, Quantity: 10

null.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ def test():
100100
test()
101101
import doctest
102102
doctest.testmod()
103+
103104
### OUTPUT ###
104-
# Null
105-
# Null
106-
# Null
107-
# Null
108-
# attr1 Null
105+
# ('attr1', <Null>)

0 commit comments

Comments
 (0)