Sharpen your Python skills by solving real coding problems. Earn XP for each solved challenge!
Write a function that takes a list of numbers and returns a dictionary with: - min: minimum value - ...
Write a function is_palindrome(s) that returns True if the string is a palindrome, False otherwise. ...