From 8f3542c68a3e12d0079da85b289178a32bedd74d Mon Sep 17 00:00:00 2001 From: ankitha9512 <143532033+ankitha9512@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:40:48 +0530 Subject: [PATCH] Update Final_Project.md --- Final_Project.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Final_Project.md b/Final_Project.md index 6dd1157..5c45fde 100644 --- a/Final_Project.md +++ b/Final_Project.md @@ -52,3 +52,13 @@ 👉 8. Update Profile: the user should be able to update their profile. :arrow_right: Upload the python files on Github and submit the Github repo URL on the assignment page + +### Additional task to the students below. + +**Add Search Functionality:** + +Create a new function, say search_food(), that takes a keyword as input from the user. + +Search for food items whose names contain the entered keyword. + +Display the matching food items along with their details.