What will be displayed by the following code?x = June 7, 2022 by admin ✪ Choose the correct option.What will be displayed by the following code?x = 1x = x + 2.5 print(x)A. 1B. 2C. 3D. 3.5 Submit Answer