Computer Science, asked by khushi060603, 4 months ago

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 renuchoudhary12
0

Answer:

Don't know this question's answer

Answered by RuwaisnZaid
0

Explanation:

b)

4,6,8

this is the correct answer

Similar questions