j=90 m=80 b=70 T=j+m+b A=T/3 print(str("合計点:")+str(int(T))) print(str("平均点:")+str(float(A)))