Computer Science, asked by rajeshdurgerd, 10 months ago

Predict the output; a,b,c=2,3,4 a,b,c=a*a,a*b,a*c print(a,b,c) in python

Answers

Answered by gauravarduino
0

Explanation:

Consider below given two sets of codes, which are nearly identical, along with their execution in Python shell. Notice that first code-fragment after taking input gives error, while second code-fragment does not produce error.

Similar questions
Math, 10 months ago