Leap Year Checker
Implement a function that decides whether a year is a leap year according to the standard Gregorian rules.
Is a multiple of both
Write a function that returns True if a number is divisible by both of two given divisors.
Boolean from comparison chain
Implement a function that evaluates a chain of comparisons and returns the boolean result.
Toggle a boolean n times
Apply boolean toggling n times and return the final boolean value.
Boolean Mask Filter
Write a function that filters a list based on a boolean mask and returns the selected elements.
Leap Year Checker
Implement a function that returns True if a year is a leap year according to the Gregorian calendar rules.
Showing 6 challenges · Python Basics
Python Basics — Python coding challenges
What you will find here
This page lists python basics challenges — real Python problems you solve in the browser IDE with instant test feedback. Each challenge includes a clear brief, starter code, and automated checks.
Challenges vs tutorials and quizzes
Challenges test what you can build under constraints. For guided teaching, use our Python tutorials. For quick checks, try quizzes or copy snippets from code samples.