From 48a709a789c9307910927b018211fe110dc95113 Mon Sep 17 00:00:00 2001 From: Gabriel Ciavaglia Date: Tue, 17 Oct 2017 21:41:40 -0400 Subject: [PATCH 1/2] ayy lmao --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49da850..bdaeeee 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ Paint program made in python using PyGame + +ayy lmao From 6c7f29eac5375cee687d767c5aa5c225577d41e7 Mon Sep 17 00:00:00 2001 From: Gabriel Ciavaglia Date: Mon, 1 Oct 2018 18:02:08 -0400 Subject: [PATCH 2/2] added comment --- PaintMain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PaintMain.py b/PaintMain.py index e34b71c..b7d1ceb 100755 --- a/PaintMain.py +++ b/PaintMain.py @@ -1,3 +1,4 @@ +# some sweet Python from pygame import * import math from math import *