Last active
June 12, 2020 19:46
-
-
Save rajagurunath/793ee71bdb9bb8ed0614d4e39e684dc6 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
| from time_reccurence import past_tense # kind of data (past_tense data) | |
| from inner_soul_compute import lingering_happy_thoughts # kind of filter + compute if needed | |
| from pyscho_facts import expand_memory_via_happiness, # import some pyschology facts | |
| happiness_is_new_vaccine | |
| from happy_mindset import share_with_frnds # import from happy_mindset | |
| def solve_corona_vaccine(lockdown): | |
| """ | |
| Healthy mind leads to Healthy Body | |
| """ | |
| while lockdown : | |
| try : | |
| lingering_happy_thoughts (past_tense) | |
| except MemoryError: # some mind problems like stress etc | |
| share_with_frnds() # reduce loneliness | |
| expand_memory_via_happiness () # expand mind (memory) and learn something new !!! | |
| finally: | |
| π= happiness_is_new_vaccine(π) # crux of life | |
| return π | |
| π¨βπ¨βπ§βπ¦ = solve_corona_vaccine(lockdown) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment