Answer:
discriminant = b * b - 4 * a * c
discriminant = b ** 2 - 4 * a * c
Explanation:
The operands are correct and in the right order (for python).
** is the operand for squaring something.
* is the operand for multiplying something.
- is the operand for subtracting something.
Answer:What report provides data on how specific sections of a website performed? 100% Correct Answer: Content Drilldown report
Explanation: sorry if it’s wrong
C. Unexpressed resentments can build and hamper work
the answer is the seconf one
Basic would be the most basic lanauge. It was created in M.I.T. and was one of the first programming lanauges.