Add variable to env in zshrc and print


 

import os

a = getenv('EMAIL_ADDRESS')

print(a) #You will get your email address.

Comments

Popular posts from this blog

Install `code-server` on your Android device using Termux