From 5bf9d6604c3fc4fdbe33157efe92700a21960ab1 Mon Sep 17 00:00:00 2001 From: Absinthe <bradley_small@hotmail.com> Date: Thu, 19 Sep 2019 15:14:11 -0400 Subject: [PATCH] adding comments --- coco.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coco.py b/coco.py index 9073476..10ef953 100755 --- a/coco.py +++ b/coco.py @@ -1,3 +1,6 @@ +#!/usr/bin/python3 + + def splitthem(quant): """ take a quantity and return False if it is not one more than -- GitLab