#python
Read more stories on Hashnode
Articles with this tag
Introduction to Unit Testing in Python When creating a program, it is important to ensure it works as it should. In large and complex programs, it may...
A guide on building a simple calculator with python. ยท Almost everyone is conversant with calculators. A calculator is a device that enables a user to...
Introduction A password generator is a software that performs the task of generating good passwords for a user. It considers the criteria for a...
Introduction A BMI calculator is a device that is used to determine the body mass index of an individual. It takes the weight and height of an...