Skrilov Ihor - portfolio
mechanical engineer
Saturday, May 7, 2022
The ways for ideas
recycle machinery
hydraulic, pneumatic
robots
Newer Posts
Home
Subscribe to:
Posts (Atom)
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. E Pattern features
Shelf
Program to display integer numbers from "started" number to "finished" number
i=input("define a number from its start \n") i=int(i) a=input("define a number to the end \n") a=int(a) print("Star...
Ring area calculate program
Code of program : import math print("calculate ring area") R=input("R=") R=float(R) r=input("r=") r=float(r) a...