[Python] 패스워드 입력받기

사용자 입력시에 화면에서 에코가 되지 않도록 하는 유용한 방법
import getpass
passwd = getpass.getpass()

가장 많이 본 글