FreshLuck4528 FreshLuck4528 15-02-2024 Computers and Technology contestada What will the following code print when run? python Copy code x = 5 y = 10 print(x == y) Options: A. True B. False C. 5 == 10 D. Nothing will print