Computer Science, asked by shardarani841, 16 days ago

write python expression to following algebric expression (a+b) /2​

Answers

Answered by anjalirehan04
0

Answer: import math. a = int(input("Enter the value of a : ")) b = int(input("Enter the value of b : ")) ...

Output: Enter the value of a : 16. Enter the value of b : 2. Answer = 21.0.

Question for practice: Write python expression equivalent to the following arithmetic/algebraic expressions: πr².

please mark me brain mark list

Similar questions