Computer Science, asked by rajeshdurgerd, 9 months ago

8. Predict the output: a,b=12,13 c,d=a*2,a/2 print(a,b,c) based on python

Answers

Answered by audibarfa2004
0

Answer:

output will be:-

12 13 144

Similar questions