Computer Science, asked by afnanali8160, 9 months ago

Evaluvate the following by
.
phython
10*3-8 /2 + (3* *2)​

Answers

Answered by BrainlySmile
0

Answer- The above question is from the chapter 'Introduction to Python'.

Python-

Python is a simple programming language.

It has been created by Guido van Rossum and launched in 1991.

Its features make it easy to understand and this language is used a lot in the big companies and industries.

Given question: Evaluate the following in Python:-

10*3-8/2 + (3* *2)​

Answer: In the above question, arithmetic operators have been used which involves-

* → multiplication

/ → division

+ → addition

** → exponentiation

On solving it, we will get 35.0 as the answer.

(See the attachment.)

Attachments:
Similar questions