Writing python The program , Sometimes a lot is given warning Information , Although it will not affect the normal operation of the program , But it affects the display effect .
Unknown .
Add the following two lines of code
import warnings
warnings.filterwarnings('ignore')
# No warning