Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jukyll530 authored Jan 30, 2022
1 parent 63493fa commit 8b170f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions evac_percent.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from typing import List, Union

e1 = [2109. 3136, 1623, 573, 1205, 1277, 408, 1689]
e2 = e1 * 3
e3 = e2 * 3


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

0 comments on commit 8b170f6

Please sign in to comment.