Created
May 9, 2020 17:14
-
-
Save AnasAlmasri/0cb726f37df669a4cf886c0d1d878bc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # initialize main variables | |
| stats = {} | |
| sleep_duration = 2 | |
| nap_duration = 0.5 | |
| # initialize login credentials | |
| email_cred = 'YOUR_USERNAME_OR_EMAIL' | |
| pass_cred = 'YOUR_PASSWORD' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment