Skip to content

Instantly share code, notes, and snippets.

@real-nickel
real-nickel / turtle1.py
Created September 29, 2019 12:01
Python Turtle tutorial 1: Square
import turtle
t = turtle.Pen()
t.forward(90)
t.left(90)
t.forward(90)
t.left(90)
t.forward(90)
t.left(90)
t.forward(90)
@real-nickel
real-nickel / index.html
Created July 6, 2019 08:41
Repository example
<!doctype html>
<html>
<body background="https://gph.to/2KD5gsb">
<html>