What will the following Python program print out?
value = "100" print(int(value) + 50)
10050
"150"
Error
150