In PYTHON Using one of the loop construct draw: - Ten dashed Horizontal lines - Each line of length 150 units (or pixels) - All lines aligned at the same left vertical margin - Lines 10 units apart each other Note - Set the length of solid segment to 10 units - Set the length of the non-visible segment to 5 units Assumption - Use of Turtle library (i will check the answer, it has to be correct)
In PYTHON
Using one of the loop construct draw:
- Ten dashed Horizontal lines
- Each line of length 150 units (or pixels)
- All lines aligned at the same left vertical margin
- Lines 10 units apart each other
Note
- Set the length of solid segment to 10 units
- Set the length of the non-visible segment to 5 units
Assumption
- Use of Turtle library
(i will check the answer, it has to be correct)
Python is a high-level, interpreted, general-purpose programming language. It is used for a variety of tasks, including web development, scripting, data analysis, artificial intelligence, and more. Python which refers to the one it is a language of choice for many developers due to its easy-to-read syntax, extensive libraries, and ability to run on multiple platforms. Python which has become increasingly popular in recent years, with a vibrant and growing community of developers and users from all over the world.
Step by step
Solved in 4 steps