saymaa681 saymaa681 08-12-2022 Computers and Technology contestada What is output by the following code? for x in range(6, 16, 2): print(x / 2, end=" ")