ukaegbu daniel
3 min read
FUNCTIONS AND LOOPS IN PYTHON
Functions are vital concepts for all programming languages and sure python good list. Functions make your work as a programmer and data...
ukaegbu daniel
1 min read
WRITING A SIMPLE EMAIL DETECTOR PROGRAM WITH PYTHON
Have you ever wondered how a website can tell the difference between what is an email and what is not? You probably type your email...
asma kirli
2 min read
BODY MASS INDEX (BMI) CALCULATOR
Body Mass Index is a simple calculation using a person's height and weight. The formula is BMI = kg/m2 where kg is a person's weight in...