Skip to content

Commit eae3044

Browse files
authored
Add files via upload
1 parent 4b5a155 commit eae3044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lab-python-functions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"cell_type": "markdown",
13-
"id": "3008ad72-7aca-4bea-8f7b-1000a5941d69",
13+
"id": "0c581062-8967-4d93-b06e-62833222f930",
1414
"metadata": {
1515
"tags": []
1616
},
@@ -27,7 +27,7 @@
2727
"\n",
2828
"3. Define a function named `update_inventory` that takes `customer_orders` and `inventory` as parameters. Inside the function, implement the code for updating the inventory dictionary based on the customer orders.\n",
2929
"\n",
30-
"4. Define a function named `calculate_order_statistics` that takes `customer_orders` and `products` as parameters. Inside the function, implement the code for calculating the order statistics (total products ordered, unique products ordered, and percentage of unique products ordered). The function should return these values.\n",
30+
"4. Define a function named `calculate_order_statistics` that takes `customer_orders` and `products` as parameters. Inside the function, implement the code for calculating the order statistics (total products ordered, and percentage of unique products ordered). The function should return these values.\n",
3131
"\n",
3232
"5. Define a function named `print_order_statistics` that takes `order_statistics` as a parameter. Inside the function, implement the code for printing the order statistics.\n",
3333
"\n",

0 commit comments

Comments
 (0)