Write the output of the python program : (1) a , b = 4 , 8 c = a + b print ( a , b , c )
Answers
Answered by
1
Answer:
4 8 12
Explanation:
a=4
b=8
c=a+b
=4+8
c =12
Answered by
1
Question:-
- Write the output of the following code snippet.
Steps:-
Given,
a=4
b=8
c=a+b
=12
Therefore,
Output:-
4812
Output:-
4812
Similar questions
Math,
3 months ago
Math,
3 months ago
Music,
8 months ago
Political Science,
1 year ago
Political Science,
1 year ago