Day 10: I’m completely exhausted for the day and there is no way I spend a whole night on coding, I’ve had my fair share of late nights. So for today a lesson in Protocols in the documentation and...
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 ...
Day-13
Solved more Python questions.
Learned about random module.
I can't understand this lambda thing and key= and some other stuff. I'll search about them tomorrow. ...
100DaysofCode
Day-14
Learned how to work with the os module (directory operations, file paths, etc.)
Understood how random.seed() works and why it's useful for reproducibility
Learned what if...