Skip to content

Instantly share code, notes, and snippets.

View GoArif's full-sized avatar
😀

GoArif GoArif

😀
View GitHub Profile
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=gb18030">
<title>GoArif Robot Dance - GoArif Robot</title>
<meta content="text/javascript" http-equiv="Content-Script-Type" />
<meta content="text/css" http-equiv="Content-Style-Type" />
<meta id="MetaDescription" name="DESCRIPTION" content="GoArif Robot dance project page. Training 路 Research by GoArif.com. Welcome to GoArif Robot Dance Website!" />
<meta id="MetaKeywords" name="KEYWORDS" content="GoArif Robot Dance, GoArif Robot, Project Page by goArif, GoArif Research" />
import turtle
ak = turtle.Turtle()
ak.getscreen().bgcolor("#994444")
ak.speed(10)
ak.penup()
ak.goto((-200,100))
ak.pendown()