LordKing LordKing 25-01-2024 Computers and Technology contestada 8 <> New + Sandbox main.py My Section Practice 3.4.7 Operators and Floats main.py 1 23 0 2 y 3 4 5 6 X = 4.1 5.2 = Z = 6 print("x + y:") print(x + y) 7 print(" ") 8 print("z* 3:") 9 print(z* 3) codehs.co