Number Challenges
Test your skills with these number manipulation challenges!
Challenge 1: FizzBuzz
Loading Python Exercise...
Challenge 2: Sum of Digits
Loading Python Exercise...
Challenge 3: Factorial
Loading Python Exercise...
Challenge 4: Prime Check
Loading Python Exercise...
Challenge 5: Fibonacci
Loading Python Exercise...
Challenge 6: GCD
Loading Python Exercise...
Challenge 7: Power of Two
Loading Python Exercise...
Challenge 8: Perfect Number
Loading Python Exercise...
Challenge 9: Armstrong Number
Loading Python Exercise...
Challenge 10: Collatz Sequence
Loading Python Exercise...
Practice Playground
Loading Python Playground...
Key Concepts Used
- Loops and conditionals
- Mathematical operations (
%,//,**) - Type conversion (
str(),int()) - List comprehensions
- Bit manipulation

