源代码
from datetime import time x = time(hour=15) print(x)
运行结果