Find Centimeters and Feet | Python Tutorial | Yes I Can Do

preview_player
Показать описание
#Find_Centimeters #find_Feet #Yes_I_Can_Do #tutorial
----------------------------------------------------------------------------------------------------------------------------------------
Program Explanation
1. User must enter the height in centimeters.
2. The height in centimeters is multiplied by 0.394 and stored in another variable which now contains the height in inches.
3. The height in centimeters is multiplied by 0.0328 and stored in another variable which now contains the height in feet.
4. The converted height in inches and feet is printed.

Case 1:
Enter the height in centimeters:50
The length in inches 19.7
The length in feet 1.64

Case 2:
Enter the height in centimeters:153
The length in inches 60.28
The length in feet 5.02
----------------------------------------------------------------------------------------------------------------------------------------
#pythonlearning #pythoncode #python3 #coder #learntocode #Tutorial
Рекомендации по теме