Computer Science, asked by parvinderkalsi881, 3 months ago

write instructions to the interactive mode for the following: a) to display sum of 3,8.0,6*12
b) to print sum of 16,5.0,44.0

Answers

Answered by valeriy69
6

\small\mathsf\color{pink}{Solution\: using\: python\: 3}

print(sum([3, 8.0, 6*12]))

print(sum([16, 5.0, 44.0]))

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by soniyagupta8568
1

Answer:

this is my answer hope it helps you like

Attachments:
Similar questions