Computer Science, asked by adwaybobish1234, 2 months ago

Find output of the following : 3

a. for x in range(5):

print(x)

b. for x in range(3, 6):

print(x)

c. for x in range(3, 8, 2):

print(x)

PLEASE FULL ANSWER ONLY ​

Answers

Answered by punammishra889611
0

Answer:

I don't know what do you ask

Similar questions