aturX
3/12/2019 - 5:17 AM

python-Log

python-Log

def log(*args, **kwargs):
  
  print("Log: ", *args, **kwargs)
  
  
  
log("日志")