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 1b6fd3d commit 2ec11b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/python/python_fundamentals_1/functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
}
],
Expand Down

0 comments on commit 2ec11b0

Please sign in to comment.