I'm new to python and I was trying to write a code like this
print("please enter random number")
score1 =input()
score2 =input()
score3 =input()
print("your final number is", score1 + score2 + score3)
it still turns out with no error but I want to calculate score1 and score2 and score3 to get a final result