Find the output of the below python code for x=2
x = float(input()) print(x)
2.0
2
Compilation Error
None of the above
This question is part of this quiz :