# 補充 - 常用模組 ### 隨機 https://docs.python.org/zh-tw/3/library/random.html ```python= import random as rm print(rm.randint(1,1000)) print(rm.randint(1,10000)) ``` --- ### 日期 https://docs.python.org/zh-tw/3/library/datetime.html#date-objects ```python= import datetime as dt print(dt.date.today()) ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up