From 0e0239ed88c356b5132c6913de0c837e46c5dda5 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Sun, 17 Sep 2023 16:58:15 +1000 Subject: [PATCH] Update furniture.py --- furniture.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/furniture.py b/furniture.py index 84c1001..8763603 100644 --- a/furniture.py +++ b/furniture.py @@ -1,3 +1,6 @@ +# Copyright 2022, Rayyan Hodges, TAFE NSW +# rayyan.hodges@studytafensw.edu.au + #Getting user to choose type of wood woodtype=int(input("Please select the type of wood you would like to use (1 for pine, 2 for oak): ")) @@ -9,4 +12,4 @@ if woodtype <2: print("You have selected pine wood The pine table will cost you $100.") if woodtype >1: - print("You have selected oak wood. The oak table will cost you $285.") \ No newline at end of file + print("You have selected oak wood. The oak table will cost you $285.")