ch11 時間序列

11.1日期和時間數據類型及工具 Python標準庫包含用於日期(date)和時間(time)數據的數據類型,而且還有日曆方面的功能。我們主要會用到datetime、time以及calendar模塊 from datetime import datetime now = datetime.now() now datetime.datetime(2018, 12, 25, 9, 25, 16, 51
相關文章
相關標籤/搜索