Skrilov Ihor - portfolio
mechanical engineer
Sunday, June 18, 2023
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("Start of a program")
while i<=a:
print(i);
i+=1
print("The end of a program")
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
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. 2D sketches.
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. Placed features 1.
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. C Placed features 2
No comments:
Post a Comment