id,score=n.split(";")
a,b,c=[format(float(x)+0.0001,".2f") for x in score.split(",")]
print(f"The each subject score of No. {id} is {a}, {b}, {c}.")

id,score=n.split(";")
a,b,c=[format(float(x)+0.0001,".2f") for x in score.split(",")]
print(f"The each subject score of No. {id} is {a}, {b}, {c}.")