Skip to content
View mimi-netizen's full-sized avatar
Block or Report

Block or report mimi-netizen

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
mimi-netizen/README.md

MasterHead

πŸ’« Hello there πŸ˜ƒ:

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): Your current mood. Default is 'neutral'.

    Returns:
    - str: A fun yet professional message.
    """
    fun_emojis = {
        'happy': 'πŸ˜„',
        'neutral': '😐',
        'sad': '😞'
    }

    professional_advice = {
        'happy': "Great! But don't forget your responsibilities.",
        'neutral': "Stay balanced, don't overwork or overplay.",
        'sad': "Maybe take a short break and come back stronger."
    }

    if mood not in fun_emojis:
        return "Invalid mood! Please choose between 'happy', 'neutral', or 'sad'."

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

# Example usage:
message = work_life_balance("Complete Python project", "happy")
print(message)

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

Dart JavaScript Python AWS Django React WordPress Jenkins MongoDB Postgres ANSIBLE APACHE Kubernetes Docker Terraform

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

✍️ Random Dev Quote

πŸ” Top Contributed Repo


Pinned Loading

  1. Steghub-DevOps_CloudComputing Steghub-DevOps_CloudComputing Public template

    A comprehensive guide to DevOps Projects

    9 6

  2. kubernetes-the-hard-way kubernetes-the-hard-way Public

    Forked from kelseyhightower/kubernetes-the-hard-way

    Bootstrap Kubernetes the hard way. No scripts.

    1

  3. Vaccination-Scheduling-App Vaccination-Scheduling-App Public

    An application to book your little one's vaccine from hospitals and centers near you.

    Python

  4. DevSecOps DevSecOps Public

    Forked from sottlmarek/DevSecOps

    Ultimate DevSecOps library

  5. Network-Administration-CCNA Network-Administration-CCNA Public

    Prepare for the Cisco Certified Network Associate (CCNA) certification exam.

  6. system-design system-design Public

    Forked from karanpratapsingh/system-design

    Learn how to design systems at scale and prepare for system design interviews