Passion/Python

raw_input() 대신 hidden input 처럼 받기

sunshout 2016. 5. 18. 01:24
import getpass
.
.
.
pa = getpass.getpass()


raw_input 대신  getpass.getpass() 함수를 사용하면 된다.