Peringatan Python iin

import sys
import warnings

if not sys.warnoptions:
    warnings.simplefilter("ignore")
MonsterBoy