python显示当前系统时间

import time
print time.strftime('%Y-%m-%d %H:%M:%S')

 

你可能感兴趣的:(Python)