From aeda6f8a769b0c573bf0969da3d4eb334d762242 Mon Sep 17 00:00:00 2001 From: PSH Date: Thu, 17 Nov 2016 19:55:43 -0800 Subject: [PATCH 1/2] Round 1 changes --- README.md | 2 ++ code/cattery.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8faf914..76df53e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Git Tutorial +Change made here + Used git, but only a little? Want to know more about collaborating with other people? Check out our git tutorial! diff --git a/code/cattery.py b/code/cattery.py index 8f4525d..37694fa 100644 --- a/code/cattery.py +++ b/code/cattery.py @@ -13,6 +13,8 @@ def __init__(self, name): ) self.name = name +def Extra(): + pass # Classes From d0751d0ec5b3cb7bc38c19538ced74fb03de0d32 Mon Sep 17 00:00:00 2001 From: PSH Date: Thu, 17 Nov 2016 20:20:22 -0800 Subject: [PATCH 2/2] Round2 changes --- code/cattery.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/cattery.py b/code/cattery.py index 37694fa..6613d83 100644 --- a/code/cattery.py +++ b/code/cattery.py @@ -14,8 +14,11 @@ def __init__(self, name): self.name = name def Extra(): + if yes = no: + pass pass + # Classes class Cattery(object):