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
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
Business Studies,
5 months ago
History,
5 months ago
English,
5 months ago
Geography,
10 months ago
Accountancy,
1 year ago
Science,
1 year ago