From 5fdcdc9b5a21d4b6ac6854947f7cb143cd14b97c Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 23 Jan 2020 16:09:49 -0700 Subject: [PATCH] added voting --- shirt.py | 30 ++++--- shirt/index.html | 130 +++++++++++++++++++++-------- shirt/shirt.html | 209 ----------------------------------------------- 3 files changed, 113 insertions(+), 256 deletions(-) delete mode 100644 shirt/shirt.html diff --git a/shirt.py b/shirt.py index 8ccb25f..792f6db 100644 --- a/shirt.py +++ b/shirt.py @@ -1,16 +1,24 @@ snippet = "" +# for count in range(1, 21): +# code = f""" +#
+# +# +# +#
+# """ +# snippet += code + for count in range(1, 21): code = f""" -
- - - -
- """ +
+ + +
""" snippet += code print(snippet) diff --git a/shirt/index.html b/shirt/index.html index dff5b49..43bef5d 100644 --- a/shirt/index.html +++ b/shirt/index.html @@ -28,10 +28,7 @@ @@ -262,21 +259,16 @@