Calculate the surface area of a cube - Using Python

preview_player
Показать описание
In this example, we will calculate the surface area of a cube (SA = 6a²) by asking the end-user to enter the length of the edge as an integer and later calculating using our surface area formula and finally outputting the result. This example does not assume a specific dimensional unit.
Рекомендации по теме
Комментарии
Автор

i want it give me a sentense so for print woule it be print('The surface area is' surfaceArea 'square unit')

Kaminaanime