Skip to content

Commit c63118c

Browse files
authored
Update and rename precentage.py to percentage.py
1 parent 7a8c1c1 commit c63118c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

precentage.py renamed to percentage.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ def percentage(part, whole):
66

77
def percentage(percent, whole):
88
return (percent * whole) / 100.0
9+
10+
11+
#https://stackoverflow.com/questions/5997987/is-there-an-operator-to-calculate-percentage-in-python

0 commit comments

Comments
 (0)