This commit is contained in:
Nick Walton
2019-11-19 17:49:18 -07:00
parent eceea22544
commit d50ac99a9b
-1
View File
@@ -31,7 +31,6 @@ class Story():
self.memory = 10
def __del__(self):
print("Before you go...")
rating = input("Please rate the story quality from 1-10: ")
try:
rating_float = float(rating)