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..6613d83 100644 --- a/code/cattery.py +++ b/code/cattery.py @@ -13,6 +13,11 @@ def __init__(self, name): ) self.name = name +def Extra(): + if yes = no: + pass + pass + # Classes