Update doggieDaycare.py
This commit is contained in:
parent
f7044dadb5
commit
96c09ab790
|
@ -1,3 +1,6 @@
|
||||||
|
# Copyright 2022, Rayyan Hodges, TAFE NSW
|
||||||
|
# rayyan.hodges@studytafensw.edu.au
|
||||||
|
|
||||||
#Obtain Dog size and length of stay
|
#Obtain Dog size and length of stay
|
||||||
dogsize=int(input("Please enter your dog's weight: "))
|
dogsize=int(input("Please enter your dog's weight: "))
|
||||||
stay=int(input("How long will your dog will stay with us: "))
|
stay=int(input("How long will your dog will stay with us: "))
|
||||||
|
|
Loading…
Reference in New Issue