Find the output of the below python code, for x=5 and y= 5
x = input() y = input() print(x+5)
10
5
0
Compilation Error
This question is part of this quiz :