{"id":22998,"date":"2021-09-29T20:13:04","date_gmt":"2021-09-29T14:43:04","guid":{"rendered":"https:\/\/python-programs.com\/?p=22998"},"modified":"2021-11-22T18:35:37","modified_gmt":"2021-11-22T13:05:37","slug":"python-program-to-calculate-volume-of-dodecahedron","status":"publish","type":"post","link":"https:\/\/python-programs.com\/python-program-to-calculate-volume-of-dodecahedron\/","title":{"rendered":"Python Program to Calculate Volume of Dodecahedron"},"content":{"rendered":"

In the previous article, we have discussed Python Program to Calculate Area and Perimeter of Equilateral Triangle<\/a>
\nGiven a side of a Dodecahedron, the task is to find the volume of the Dodecahedron in Python.<\/p>\n

Examples:<\/strong><\/p>\n

Example1:<\/strong><\/p>\n

Input:<\/strong><\/p>\n

Given Side = 5<\/pre>\n

Output:<\/strong><\/p>\n

The Volume of the Dodecahedron with side { 5 } is =  957.8898700780791<\/pre>\n

Example2:<\/strong><\/p>\n

Input:<\/strong><\/p>\n

Given Side = 8<\/pre>\n

Output:<\/strong><\/p>\n

The Volume of the Dodecahedron with side { 8 } is = 3923.5169078398117<\/pre>\n

Program to Calculate Volume of Dodecahedron in Python<\/h2>\n

Below are the ways to calculate the volume of the given Dodecahedron\u00a0 in Python:<\/p>\n