Identify the output of the following Python statements. for c in range(1,5): c=c+1 print(c,end=',') a. 1,2,3,4, b. 2,3,4,5, c. 1,2,3,4,5, d. 2,3,4,5,6,?
Answers
Answered by
0
Answer:
answer is b
Explanation:
because
in this way I don't know
Similar questions