Generation

generate functionWed, 22 Mar 2023

get windows user pasword and print in the screen

import getpass password = getpass.getpass() print(password)

Want to kickstart your project?Use the new AI Studio to create your code