Please remember this category is for features inside the latest pre-release only. To make a new suggestion for Java (like a block or gameplay suggestion), please use the appropriate category for your suggestion.

0

I Done the 3d Shareware order txt i had to cut a lot of stuff out.

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink
    import turtle

     

    screen = turtle.Screen()
    screen.bgcolor("black")

     

    t = turtle.Turtle()
    t.shape("turtle")
    t.color("yellow")
     
    # A Simple Python Program

     

    for _ in range(4) :
        t.forward(1000)
        t.right(90)