Computer Science, asked by Vanshawana, 6 months ago

Solve in python-5//2​

Answers

Answered by dhairyshankhla123
1

Answer:

7/2

mark me as brainlyest please

Answered by Anonymous
1
Equations with one solution

A simple equation that contains one variable like
x

4

2
=
0
can be solved using the SymPy's solve() function. When only one value is part of the solution, the solution is in the form of a list.

The code section below demonstrates SymPy's solve() function when an expression is defined with symbolic math variables.
Similar questions