Username Domain Extension
Parse an email address and print the extension, domain, and username in reverse order
Choose your challenge. Start easy and work your way up.
Parse an email address and print the extension, domain, and username in reverse order
Extract and print only alphabetic characters from a given string containing mixed content.
Calculate the escape speed of an object from a planet given gravitational constant, mass, and radius
Find the smallest number (without leading zeros) that can be formed by rearranging the digits of a given number.
Find the extra character inserted into a string by comparing original and modified strings
Print a symmetric pattern of numbers increasing from 1 to N and then decreasing back to 1
Find the maximum age among N family members given as space-separated integers
Check if three given side lengths form a right-angled triangle using the Pythagorean theorem
Remove duplicate characters from a string while preserving the order of their first occurrence
Calculate the Greatest Common Divisor (GCD) of N integers using Python, with efficient input handling and output formatting.
Print all even numbers in a given range using a custom class
Determine if a given integer is odd or even and print the corresponding result.