Computer Science, asked by bishnuboy10285pe4dzb, 4 months ago

Write the equivalent expression in Python programming for the following mathematical

expressions :

i) a= b(c9+ sin(x))
ii) |q+r|

√s+t​

Answers

Answered by Anonymous
3

i) a= b*(c9+eval(sin(x))) #import math b4 doing this

Similar questions