100-days-of-code
Day-12
- Solved 10 Python questions.
Had difficulty figuring out how to write a function that calculates Fibonacci Sequence numbers but figured out after getting a headache. I didn't know I could use the function inside the function.
I'll solve the remaining 10 questions tomorrow then start learning basic modules like math, random, sys, os, etc.