Computer Science, asked by khokonsarkar256, 8 months ago

Write the output of the python program : (1) a , b = 4 , 8 c = a + b print ( a , b , c )​

Answers

Answered by sadhu302
1

Answer:

4 8 12

Explanation:

a=4

b=8

c=a+b

=4+8

c =12

Answered by anindyaadhikari13
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