Computer Science, asked by sm8878077593, 8 months ago

write python statement for the follwing in interactaive mode to dispaly sum of 3,8,0,6* 12

Answers

Answered by brightstar1234
1

Answer:

python code

Explanation:

sum = 3+8+0+72

print (sum)

Similar questions