Skip to content

Instantly share code, notes, and snippets.

@rajagurunath
Last active June 12, 2020 19:46
Show Gist options
  • Save rajagurunath/793ee71bdb9bb8ed0614d4e39e684dc6 to your computer and use it in GitHub Desktop.
Save rajagurunath/793ee71bdb9bb8ed0614d4e39e684dc6 to your computer and use it in GitHub Desktop.
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