How can i not show the login ID and password in the python script?
Is there any library or command can I hide those information?
For example:
login_id = "secret_id" instead of login_id = "ABC@gmail.com"
password = "secret_password" instead of password = "1234ABCD"