Skrilov Ihor - portfolio
mechanical engineer
Tuesday, June 20, 2023
Circle area calculate program
Code of program
:
import math
print("Calculate circle area")
d=input("diameter of a circle d=")
d=float(d)
area=math.pi*d*d/4
print("area=")
print(area)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. E Pattern features
Crossbar
This crossbar need to fix in ground verticaly with elongated сolumns. Material of construction is mild steel.
Shelf
What Is Mechanical Engineering?
Technically, mechanical engineering is the application of the principles and problem-solving techniques of engineering from design to manufa...
No comments:
Post a Comment