Computer Science, asked by weldhouse1502, 3 months ago

What will be the output of the following code segment:

for a in range(1,10,3):

print(a)​

Answers

Answered by Mahinoorkhan
0

Answer:

print (a) is the write answer

Similar questions