The assignment requires creating two Python programs to solve real-world problems. The first program calculates a person's Body Mass Index (BMI) based on their weight and height, and displays a message indicating whether they are underweight, optimal, or overweight. The second program calculates the distance traveled by a vehicle given its speed and time of travel, displaying the distance traveled for each hour in the time period.