File: pyedit-products/unzipped/docetc/examples/RunCode-examples/passwords.py
# Passwords work with the input line widget, but are not hidden (like IDLE) import getpass reply = getpass.getpass() print('Your password:', reply)