chiark / gitweb /
list age at birth of children
[familyTree.git] / familyTree / printLists.py
index 808164c3f77491eb03bc7c24ee46cfc8765599af..f0810f09d7d328031c07838e0b922aeb6946db35 100755 (executable)
@@ -11,18 +11,20 @@ conn = askQuestion.connect()
 
 #print o
 
-o = askQuestion.count_birth_month('\n')
-print o
+#o = askQuestion.count_birth_month('\n')
+#print o
 
-o = askQuestion.count_death_month('\n')
-print o
+#o = askQuestion.count_death_month('\n')
+#print o
 
 #o = askQuestion.list_territories('\n')
 
 #print o
 
-o = askQuestion.list_people('\n')
-print o
+#o = askQuestion.list_people('\n')
+#print o
 
+o = askQuestion.count_age_at_child('\n')
+print o
 
 askQuestion.close(conn)