下列可以输出当前时刻时间的正确的语句是? ( )
print(time.ctime() )
print(time.strptime() )
print(time.nowtime() )
print(time.local() )