Computer Science, asked by vishalkumar591663, 5 months ago

Consider the following code segment:

for i in range (2,4):

print(i)​

Answers

Answered by princekumar35115
0

Explanation:

the answer is 4 but I am not sure

Answered by Anonymous
0

Answer:

for I in range ( 2 , 4 )

print ( i )

Explanation:

Yes , it is write but what you want to ask ??

Similar questions