Q4 Predict the output:
*a. ab-12,13
print(a.b,c)
*b. x.y=20,60
y, y=x,y+ 10,x-10
print(x.y)
*c. ab.c=234
a,b,c=a*b,b*b,b*c
printța.b.e)
*d. side=7
area=side side print(area side)
Answers
Answered by
0
Answer:
a)
a, b = 12, 13
c, b = a*2, a/2
print(a, b, c)
# output
12 6.0 24
b)
a, b = 12, 13
print(print(a+b))
# output
None
Similar questions
CBSE BOARD X,
4 months ago
Business Studies,
4 months ago
World Languages,
8 months ago
Psychology,
1 year ago
Math,
1 year ago