Welcome to python Challenges


Explore a variety of python exercises designed to help you improve your coding skills.
Whether you’re a beginner or an experienced developer, you’ll find challenges that suit your level.

Exercises

Short Long Short Easy
Given 2 strings, a and b, return a string of the form short+long+short, with the shorter string on the outside and the longer string on the inside.
Sum Between Two Numbers Easy
Convert boolean values to strings 'Yes' or 'No' Easy
List Filtering Easy
Vowel Count Easy
Sum Arrays Easy
Even or Odd Easy
Process Text and Remove Vowels Using Set Operations Easy
Add an Element to a Set Easy
calcul the area of a circle Easy
Print Formatted Text Using the sep Argument Easy
Printing Author and Date Information with Multiple Print Functions in Python Easy
Learn to use multiple print() functions in Python to display formatted text, including author and date information.