Explorar o código

append_output.sh for 3-tier and null

Sakis Kasampalis %!s(int64=11) %!d(string=hai) anos
pai
achega
6211358b71
Modificáronse 2 ficheiros con 2 adicións e 11 borrados
  1. 0 6
      3-tier.py
  2. 2 5
      null.py

+ 0 - 6
3-tier.py

@@ -66,12 +66,6 @@ if __name__ == '__main__':
     main()
 
 ### OUTPUT ###
-# PRODUCT LIST:
-# (Fetching from Data Store)
-# cheese
-# eggs
-# milk
-# 
 # (Fetching from Data Store)
 # PRODUCT INFORMATION:
 # Name: Cheese, Price: 2.00, Quantity: 10

+ 2 - 5
null.py

@@ -100,9 +100,6 @@ if __name__ == '__main__':
     test()
     import doctest
     doctest.testmod()
+
 ### OUTPUT ###
-# Null
-# Null
-# Null
-# Null
-# attr1 Null
+# ('attr1', <Null>)