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