Predict the output of the following
code snippet?
air=[1,2,3,4,5,6]
for i in range (1.6):
arr[i-1]=art[i]
for i in range (0,6):
print(arr[i], end="?)
Answers
Answered by
2
Answer:
don't know
Explanation:
mark me brainlist
Answered by
0
Answer:
223456233456234456234556234566
Explanation:
This will be the output. I added the command on python3 compiler online.
Similar questions