Wie man in Python abwertete

import warnings

warnings.filterwarnings("ignore", category=DeprecationWarning)
Jack Roy