Answer:
import turtle
window = turtle.Screen()
turtle.speed(0)
turtle.pensize(5)
def draw_square():
times_drawn = 0
# position on the 'x' access.
x = -350
# while the amount of times drawn is less than or equal to 8 the square gets drawn.
while times_drawn <= 8:
# increases the 'x' value by 75.
x += 75
times_drawn += 1
turtle.penup()
turtle.goto(x, 0)
turtle.pendown()
turtle.color("black")
# for loop that draws the square.
for i in range(4):
turtle.forward(50)
turtle.left(90)
turtle.penup()
draw_square()
turtle.done()
Explanation:
What kind of power does Tesla Model S, 3 X, and Y use?
A: Electricity only
B: Both gas/diesel and electricity
C: Just gas/diesel
Note: There is only one correct answer.
can someone help me im using python IDLE and im getting this message in the output what does this mean "Error: unindent does not match any outer indentation level"
Answer:
Indent the first line
Explanation:
In many types of coding, the process does not work until you indent the first line. If it is a few rows in programs such as loops many more indentations maybe needed.
Answer:
Indent the first line
Explanation:
In many types of coding, the process does not work until you indent the first line. If it is a few rows in programs such as loops many more indentations maybe needed.
Why do you lose internet access when you alter the arp to a static address?
Answer:
Explanation:
Theres a change in connectyion
Explain the developement of modern technology?
Help please
I need correct and appropriate answer.
Answer:
Explanation:
How Is Modern Technology Affecting Human Development? The internet and digital technology may be impacting our physical and psychological development to a larger degree than we expected.In the last few decades, technology has progressed at a staggering rate. Smartphones, the internet, cloud computing, and hundreds of other inventions are changing every facet of our lives. Communication, business, government, travel, fundraising, and even agriculture have been affected. But how about our brains? Is all this new technology changing us on the inside? Many think so, including psychology professionals.
As Psychology Today says, “There is … little doubt that all of the new technologies, led by the Internet and digital technology, are shaping the way we think in ways obvious and subtle, deliberate and unintentional, and advantageous and detrimental.”* While research into this field is still in its infancy and there are no scientifically agreed-upon conclusions, there are several areas where modern digital technology is certainly affecting the way we interact with the world and the way our children’s brains develop. These areas include: