Question: Hello experts, please answer all of them Language is Python. 1.4 (Print a table) Write a program that displays the following table: a 2 a
1.4 (Print a table) Write a program that displays the following table: a 2 a 3 1 4 1 27 64 4 16 1.8 (Area and perimeter of a circle) Write a program that displays the area and perimeter of a circle that has a radius of 5.5 using the following formulas: area = radius radius perimeter = 2 radius 2.4 (Convert pounds into kilograms) Write a program that converts pounds into kilograms. The program prompts the user to enter a value in pounds, converts it to kilograms, and displays the result. One pound is 0.454 kilograms. Here is a sample run: Enter a value in pounds: 55.5 Enter 55.5 pounds is 25.197 kilograms
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
