Question: Python pls! 3. (2 Points) Write a program that returns True if the value 2.0 is a root of the polynomial (x)- T or False

Python pls!
3. (2 Points) Write a program that returns True if the value 2.0 is a root of the polynomial (x)- T or False otherwise Important: When testing two floating-point numbers a and b for equality, you should never use the operator. That is, using a--b to test if the floating-point numbers are equal is incorrect. The correct way to test if a and b are equal is to test if they are "close enough." For example you could test if 10-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
