利用time模块,下列可以输出当前日期的正确的语句是?
print(time.ctime('%y%m%d'))
print(time.strftime('%y%m%d'))
print(time.nowdate('%y%m%d'))
print(time.local('%y%m%d'))