Skip to content

Commit 89db28d

Browse files
committedAug 1, 2024
Thu, Aug 1, 2024, 2:51 PM +01:00
1 parent 1590491 commit 89db28d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎sentimental/readability/readability.py

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
s += 1
1515

1616

17-
1817
L = l / w * 100
1918
S = s / w * 100
2019

@@ -26,4 +25,3 @@
2625
print(f"Grade {index}")
2726
else:
2827
print("Before Grade 1")
29-

0 commit comments

Comments
 (0)
Please sign in to comment.