logging example Level When it's used Numeric value DEBUG Detailed information, typically of interest only when diagnosing problems. 10 INFO Confirmation that things are working as expected. 20 WARNING An indication that something unexpected happened,…
# -*- coding: utf-8 -*- #python 27 #xiaodeng #python之模块 os import os ''' FUNCTIONS abort(...)#暂不了解 abort() -> does not return! Abort the interpreter immediately. This 'dumps core' or otherwise fails in the hardest way possible on the hosting operatin…