Skip to content

Commit

Permalink
update functions' exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah committed Aug 14, 2024
1 parent 44f5e3d commit 1b6fd3d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/python/python_fundamentals_1/functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1184,11 +1184,7 @@
"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\n",
"1. Go to the data folder and access the countries-data.py file.\n",
"\n",
" - Create a function called the most_spoken_languages in the world. It should return 10 or 20 most spoken languages in the world in descending order\n",
" - Create a function called the most_populated_countries. It should return 10 or 20 most populated countries in descending order."
"1. Write a function which check if provided variable is a valid python variable"
]
}
],
Expand Down

0 comments on commit 1b6fd3d

Please sign in to comment.