100days 100problems
100days 100problems Project Euler Quarantine Challenge D ay 001: 01.07.2020 3.52AM Wednesday Challenge just started next morning; inshallah coding will start. 6.10PM Wednesday I had two examination at morning. For this challenge I wanted to choose python because I have almost zero experience. Through this project I will gain some basic idea about python. Let’s start… Problem 001: Multiples of 3 and 5 https://projecteuler.net/problem= 1 solved Code: ____ Problem 002: Even Fibonacci Number https://projecteuler.net/problem= 2 solved Code: ____