Skip to content

Commit

Permalink
Update evac_percent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jukyll530 authored Jan 30, 2022
1 parent 8b170f6 commit 88c60cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evac_percent.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def percentevac(e1):
SUM = sum(e1)
ind_pos = e1[1]
ind_pos = e1[0]
for ind_pos in el:
percent = e1[1] / SUM
print (percent)
Expand Down

0 comments on commit 88c60cb

Please sign in to comment.