Skip to content

Instantly share code, notes, and snippets.

View doctorlove's full-sized avatar

Frances Buontempo doctorlove

View GitHub Profile
@wynand1004
wynand1004 / snake_game.py
Created September 2, 2018 08:56
A Simple Snake Game made in Python 3
# Simple Snake Game in Python 3 for Beginners
# By @TokyoEdTech
import turtle
import time
import random
delay = 0.1
# Score
[TestFixture]
public class FizzBuzzerTests
{
[Test]
public void OneHundredElementsSeparatedByCommas()
{
Assert.AreEqual(100, SplitFizzBuzzString().Length);
}
[Test]