defprint_log(name): logging.debug('this is print_hi debug') logging.info('this is print_hi info') logging.warning('this is print_hi warning') logging.error('this is print_hi error') logging.critical('this is print_hi critical') print(f'Hi print_hi, {name}')