1. 程式人生 > >模塊及用法

模塊及用法

imp 模塊 div 隱藏 del mce 輸入 clas lee


#隱藏輸入的密碼

import getpass

a = getpass.getpass(請輸入您的密碼)

#休眠一秒鐘

import time

time.sleep(1)

模塊及用法