Update doggieDaycare.py

This commit is contained in:
Ray 2023-09-17 16:58:07 +10:00 committed by GitHub
parent f7044dadb5
commit 96c09ab790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Copyright 2022, Rayyan Hodges, TAFE NSW
# rayyan.hodges@studytafensw.edu.au
#Obtain Dog size and length of stay
dogsize=int(input("Please enter your dog's weight: "))
stay=int(input("How long will your dog will stay with us: "))