y.py 115 Bytes Edit 1 2 3 4 5 from func import * data = new_input() score = sum(data) print(('分数为')+str(score))