Skip to content
View Arijitttt's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Arijitttt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Arijitttt/README.md

Hi 👋! My name is Arijit Bhattacharya and I'm a full-stack developer, from India

def work_life_balance(task: str, mood: str = 'neutral') -> str:
    """
    A function to balance work and fun.
    
    Args:
    - task (str): The task to execute.
    - mood (str): Mood is not mooding. Default is 'neutral'.

    Returns:
    - str: not too professional.
    """
    fun_emojis = {
        'happy': '😄',
        'neutral': '😐',
        'sad': '😞'
    }

    professional_advice = {
        'happy': "Awesome! Just pause that third dance party and tackle your to-do list first.",
        'neutral': "You're in the middle, my friend. Keep it steady—avoid Procrastination Town or Overwork City!",
        'sad': "Feeling down? Take a break, watch a funny cat video, and come back strong!"
    }

    if mood not in fun_emojis:
        return "Invalid mood! Choose 'happy', 'neutral', or 'sad'. Otherwise, we'll assume you're a robot in disguise."

    return (f"Task to complete: {task} {fun_emojis[mood]}. "
            f"Advice: {professional_advice[mood]}")

message = work_life_balance("Wrangle the wild Python project", "happy")
print(message)

streak graph languages graph

javascript logo react logo html5 logo css3 logo python logo anaconda logo docker logo git logo github logo java logo nodejs logo express logo mongodb logo c logo


Snake animation

Pinned Loading

  1. EcoNav EcoNav Public

    HTML