3
.
a) Find the error:
y=x+5
print(x,y)
b) Predict the output:
a,b,c=2,3,4
a,b,c=a*a,a*b,a*c
print(a,b,c)
Answers
Answered by
0
Answer:
Don't know this question's answer
Answered by
0
Explanation:
b)
4,6,8
this is the correct answer
Similar questions