Content<aside> 💡
Resource<aside> 💡
From lesson 31 ⇒ 56
</aside>
https://www.youtube.com/watch?v=GM6dQBmc-Xg&list=PLDoPjvoNmBAx3kiplQR_oeDqLDBUDYwVv
Assignment<aside> 💡
Solve assignments elzero from lesson 31⇒ 56
problem 1Create a program that takes a number as input and checks whether it is a prime number.
problem 2
Complete the square sum so that it squares each number passed into it and then sums the results together.
For example, for [1, 2, 2] it should return 9 because 12+22+22=912+22+22=9.
</aside>