News

Description This Python script prompts the user to enter their height in meters and weight in kilograms. It calculates the BMI using the formula BMI= weight/ height^2. The program then uses if, elif, ...
Indexing-and-nested-lists This repository contains Python programs demonstrating basic concepts such as indexing and functions with list.