predict the output a=b=c=40 print (a,b,c,sep=" ")
Answers
Answered by
1
Output:
40 40 40
Explanation:
As all variables are equal to 40.
Answered by
2
Question:-
- Predict the output of the following code.
Solution:-
Given code,
a=b=c=40
print(a, b, c, sep=" ")
As all the variables are equal to 40, So, output will be,
40 40 40
Output:-
40 40 40
Similar questions
Hindi,
2 months ago
English,
2 months ago
Social Sciences,
2 months ago
Science,
5 months ago
Chemistry,
10 months ago