From 2ec11b0c22410de700d96d5766082e908b7977e2 Mon Sep 17 00:00:00 2001 From: Arief Rahmansyah Date: Wed, 14 Aug 2024 20:00:33 +0700 Subject: [PATCH] update functions' exercises --- docs/python/python_fundamentals_1/functions.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/python/python_fundamentals_1/functions.ipynb b/docs/python/python_fundamentals_1/functions.ipynb index 25e7609..feb88fe 100644 --- a/docs/python/python_fundamentals_1/functions.ipynb +++ b/docs/python/python_fundamentals_1/functions.ipynb @@ -1183,8 +1183,7 @@ "\n", "1. Write a function called is_prime, which checks if a number is prime.\n", "1. Write a functions which checks if all items are unique in the list.\n", - "1. Write a function which checks if all the items of the list are of the same data type.\n", - "1. Write a function which check if provided variable is a valid python variable" + "1. Write a function which checks if all the items of the list are of the same data type." ] } ],