Skrilov Ihor - portfolio
mechanical engineer
Sunday, June 18, 2023
Repeating text program in Python 3
Code of program 1:
for i in range (1, 5):
print ("repeating text")
Code of program 2
:
a=input("a=")
a=int(a)
b=input("b=")
b=int(b)
for i in range (a, b):
print ("repeating text")
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. Placed features 1.
Exercises from book "Autodesk Inventor exercises" by Bob McFarlane. D Work features
Flange - 2D draft and views of 3D model from a book "100 CAD exercises. Beginners guide by 12CAD.com"
There is a draft or 2D sketch: And there are two views of a 3D model: 3D model have been created by author of article.
No comments:
Post a Comment