82746/trying-build-turtle-module-saying-turtle-attribute-direction
Hi, @There,
Could you please post your code here, so that it will be helpful for us to identify where is the mistake. Errors like attribute error generally come due to case-sensitivity an etc.
Please post your code here.
Hey @Nagya, so you added the following ...READ MORE
>>> import scipy >>> scipy.misc Traceback (most recent call ...READ MORE
Hey @Nagya, replace wn.mainlopp() with turtle.mainloop() ...READ MORE
This worked for me: from Tkinter import * from ...READ MORE
Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE
import turtle wn = turtle.Screen() wn.bgcolor("blue") wn.tracer(0) #Paddle A paddle_a = turtle.Turtle() paddle_a.speed(0) paddle_a.shape("square") paddle_a.color("red") paddle_a.ShapeSize paddle_a.penup() paddle_a.goto(-350, ...READ MORE
I am trying to run nmap in ...READ MORE
Hey @Nagya, replace python.Shape("Square") with the following: python.shape("square") Python is case ...READ MORE
There is a syntax error. Change the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.