score = '83.2'
print('획득 점수는')
print(score + '점입니다')

score = float(score)
score = score + 10

score=str(score)

print('최종 점수는')
print(score + '점입니다')

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: