Python: 3 questions: Find if a given number is a prime Find if 2 numbers in a given list add up to a target Design a basic parent class and child classes to show you understand inheritance and decorators
Sigiloso
1) can brute force, list i to n/2 with multiples of i, check modulus 2) create dictionary. Search for complementary 3) design a basic animal parent class and child classes like dog, cat etc