This commit is contained in:
Francesco Mecca 2020-06-10 16:44:46 +02:00
parent 039bb72b2c
commit 3e8e00dd40

View file

@ -10,8 +10,6 @@ voti = [
(30, 6), # mcad (30, 6), # mcad
(30, 6), # scpd (30, 6), # scpd
(27, 9), # vpc (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)) crediti, voto = sum(map(lambda x: x[1], voti)), sum(map(lambda x: x[0]*x[1], voti))