Question: I'm trying to draw a square, but am getting syntax error after 'range(4):' . May I know what I did wrong? Thanks! def draw_square(d): d=
I'm trying to draw a square, but am getting syntax error after 'range(4):' . May I know what I did wrong? Thanks!
def draw_square(d): d= int( input('Enter the side length of the square:') for _ in range(4): fd(d) rt(90)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
