Math, asked by devachinnu01, 7 months ago

What is the output of the following code?
for x in range(10)
if x % 2 == 0;
continue
print (x)
Select one:
a. 0246 8 10
b. 0 1 2 3 4 5 6 7 8 9
OC. 24 6 8 10
d. 1 3 5 7 9​

Answers

Answered by harsh2004great
0
The answer would be option C.
Similar questions