media
This commit is contained in:
parent
039bb72b2c
commit
3e8e00dd40
1 changed files with 0 additions and 2 deletions
2
media.py
2
media.py
|
@ -10,8 +10,6 @@ voti = [
|
|||
(30, 6), # mcad
|
||||
(30, 6), # scpd
|
||||
(27, 9), # vpc
|
||||
(30, 6), # progmobile
|
||||
(28, 6) # meo
|
||||
]
|
||||
|
||||
crediti, voto = sum(map(lambda x: x[1], voti)), sum(map(lambda x: x[0]*x[1], voti))
|
||||
|
|
Loading…
Reference in a new issue