Python GetPass Simpan File

import getpass

p = getpass.getpass()
Friendly Flamingo