Passion/Python
import getpass . . . pa = getpass.getpass()
raw_input 대신 getpass.getpass() 함수를 사용하면 된다.