Skip to content

Commit 15a64e4

Browse files
authored
Update 001_Python_Functions.ipynb
1 parent 29f7551 commit 15a64e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

001_Python_Functions.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489
"### Exercises ➞ <span class='label label-default'>Level 3</span>\n",
14901490
"\n",
14911491
"1. Write a function called **`is_prime`**, which checks if a number is prime.\n",
1492-
"1. Write a functions which checks if all items are unique in the list.\n",
1492+
"1. Write a functions which checks if all the items are unique in the list.\n",
14931493
"1. Write a function which checks if all the items of the list are of the same data type.\n",
14941494
"1. Write a function which check if provided variable is a valid python variable\n",
14951495
"1. Go to the data folder and access the **[countries-data.py](https://github.com/milaan9/03_Python_Flow_Control/blob/main/countries_details_data.py)** file.\n",

0 commit comments

Comments
 (0)