
import time
getTime = input()
ta = _____________________________
tb = _____________________________
print(tb)
import time
getTime = input()
ta = _____________________________
tb = _____________________________
print(tb)strptime和strftime两个函数的使用。
time.strptime(getTime,'%Y年%m月%d日')
time.strftime('%m/%d/%Y-%A',ta)