W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
python_datetime_3.py:
import datetime x = datetime.datetime(2020, 5, 17) print(x)