Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
match code to output
for i in range(0,5):
print(i+2*i, end=" ")
print(1+i, end=" ")
print(3*i+i,end=" ")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!