100621/getting-error-attributeerror-screen-object-attribute-title
import turtle wn = turtle.Screen() wn.title("Pong") wn.bgcolor("black") wn.setup(width=800, height=600) wn.tracer(0) # Main game loop wn.update()
Hey @TedTickles,
Replace
wn.update()
with
turtle.update()
and it should work
>>> import scipy >>> scipy.misc Traceback (most recent call ...READ MORE
Try this: data=pd.read_csv('/your file name', delim_whitespace=Tru ...READ MORE
Hey @Nagya, replace wn.mainlopp() with turtle.mainloop() ...READ MORE
Hey @Nagya, replace python.Shape("Square") with the following: python.shape("square") Python is case ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
Hi, @There, It requires a very simple hack ...READ MORE
Hello, Turtle.pen is used to set/get pen attributes ...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.