Как найти объем куба питон

A cube is a three-dimensional solid figure with six faces, twelve edges and eight vertices. This geometrical figure has equal sized edges, hence making all its dimensions − length, width and height − equal.

The idea of calculating the volume of a cube can be understood in a simple way. Consider a real-time situation where a person a moving houses. Suppose they use a hollow cube shaped cardboard box to place their things in it, the amount of space present to fill it up is defined as the volume.

The mathematical formula to calculate the volume of a cube with a side length ‘a’ is as follows −

(a)*(a)*(a)

Input Output Scenarios

The python program to calculate the volume of the cube will provide the following input-output scenarios −

Assume the length of the cube edge is positive, the output is obtained as −

Input: 6 // 6 is the edge length
Result: Volume of the cube = 216

Assume the length of the cube edge is negative, the output is obtained as −

Input: -6 // -6 is the edge length
Result: Not a valid length

Using Mathematical Formulae

As seen above, the formula to calculate the volume of a cube is relatively simple. Therefore, we write a python program to display the volume by taking the length of an edge in a cube as an input.

Example

In the python code below, we calculate the cube volume using its mathematical formula and the length of the cube is taken as the input.

cube_edge = 5 cube_volume = (cube_edge)*(cube_edge)*(cube_edge) print("Volume of the cube: ", str(cube_volume))

Output

The volume of a cube is displayed as the output for the python code above. −

Volume of the cube: 125

Function to calculate Volume

Another way to calculate volume of a cube in python is using functions. Python has various built-in functions but also has a provision to declare user−defined functions. We use def keyword to declare functions and can pass as many arguments as we want. Mentioning return types is not necessary while declaring python functions.

The syntax to declare a function is −

def function_name(arguments separated using commas)

Example

In the following python program, the

def volume(cube_edge): cube_volume = (cube_edge)*(cube_edge)*(cube_edge) print("Volume of the cube: ", str(cube_volume)) volume(5)

Output

On executing the python code above, the output is displayed as −

Volume of the cube: 125

1 / 1 / 0

Регистрация: 13.01.2019

Сообщений: 25

1

Найти площади грани, полной поверхности и объем куба

13.01.2019, 14:22. Показов 18980. Ответов 1


Студворк — интернет-сервис помощи студентам

Дана длина ребра куба. Найти площади грани, полной поверхности и объем этого куба.



0



Рыжий Лис

Просто Лис

Эксперт Python

4944 / 3252 / 1008

Регистрация: 17.05.2012

Сообщений: 9,526

Записей в блоге: 9

13.01.2019, 16:03

2

Лучший ответ Сообщение было отмечено guldav как решение

Решение

Python
1
2
3
4
5
a = 10
s = a ** 2
print('Площадь грани:', s)
s2 = s * 6
print('Площадь полной поверхности:', s2)



0



IT_Exp

Эксперт

87844 / 49110 / 22898

Регистрация: 17.06.2006

Сообщений: 92,604

13.01.2019, 16:03

2

Информация о материале
Категория: Begin

Опубликовано: 24 мая 2017

Просмотров: 5316

Begin 5. Дана длина ребра куба (a). Найти объем куба (V = a^3) и площадь его поверхности (S = 6 cdot a^2).

Решение на Python 3

import random

a = random.randrange(1,10)
print("Ребро куба: ", a)
V = a**3
print("Объем: ", V)
S = 6 * a**2
print("Площадь поверхности: ", S)

Решение на C++

#include <iostream>
using namespace std;
int main(){
double a, v, s;
cout << "Vvedite rebro kuba: ";
cin >> a;
v = a*a*a;
s = 6*a*a;
cout << "Ob'yom kuba: " << v << endl;
cout << "Ploshyad' bokovoy poverkhnosti: " << s;
return 0;
}

Дана длина ребра куба. Найти объем куба и площадь его боковой поверхности

(язык программирования питон) очень надо))))

Ответ

a = int(input(‘введите длину ребра ‘))

print(‘объем равен ‘ + str(a ** 3))

print(‘площадь боковой поверхности равна ‘ + str(a * a * 4))

Ответы и объяснения

Все категории

  • Фотография и видеосъемка
  • Знания
  • Другое
  • Гороскопы, магия, гадания
  • Общество и политика
  • Образование
  • Путешествия и туризм
  • Искусство и культура
  • Города и страны
  • Строительство и ремонт
  • Работа и карьера
  • Спорт
  • Стиль и красота
  • Юридическая консультация
  • Компьютеры и интернет
  • Товары и услуги
  • Темы для взрослых
  • Семья и дом
  • Животные и растения
  • Еда и кулинария
  • Здоровье и медицина
  • Авто и мото
  • Бизнес и финансы
  • Философия, непознанное
  • Досуг и развлечения
  • Знакомства, любовь, отношения
  • Наука и техника


5

Дана длина ребра куба. Найти объем куба и площадь его боковой поверхности (язык программирования питон) очень надо))))

1 ответ:



0



0

a = int(input(‘введите длину ребра ‘))

print(‘объем равен ‘ + str(a ** 3))

print(‘площадь боковой поверхности равна ‘ + str(a * a * 4))

Читайте также

Решение находится во вложении

Microsoft qBASIC 1.0 DOS

FOR d = 5 TO 75
   PRINT d, 1.609 * d
NEXT d

3), т.к. xls есть и есть xlsx (* – бесконечн. любых знаков, ? – 1 ЛЮБОЙ знак), и перед bi в каждом слове разное кол-во символов, значит *, чтобы И то И это – вариант 3.

Алгоритм-порядок действий.
 1. Я встаю – умываюсь – одеваюсь – иду в школу – иду домой
2. Я прихожу домой – кушаю – смотрю телевизор – делаю уроки

<span>Части речи, знаки препинания, устройства ввода пк, четырёхугольники, общественные учреждения,виды фольклора, типы сосудов</span>

Добавить комментарий