Skip to content
View rootski1729's full-sized avatar

Highlights

  • Pro

Block or report rootski1729

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
rootski1729/README.md
class Rootski:
    def __init__(self, name, role, languages_spoken, learning, fun_fact):
        self.name = name
        self.role = role
        self.languages_spoken = languages_spoken
        self.learning = learning
        self.fun_fact = fun_fact

    def say_hello():
        current_hour = datetime.datetime.now().hour
        if current_hour < 12:
            greeting = "Good morning"
        elif 12 <= current_hour < 18:
            greeting = "Good afternoon"
        else:
            greeting = "Good evening"
        print(f"{greeting}! Thank you for the visit, see you in the repo section!\n")
        
def main():
    me = Rootski(
        name="Rahul Joshi",
        role="Backend developer in Django and Python",
        languages_spoken=["hi_IN", "en_US"],
        learning="DevOps",
        fun_fact="I'm passionate about design and develop Idea's into REALITY!"
    )
    
    Rootski.say_hello()

if __name__ == "__main__":
    main()

Socials:

Linkedin Badge Instagram Badge Gmail Badge

๐Ÿ“Š GitHub ๐—ฆ๐˜๐—ฎ๐˜๐˜€:

xiaoluoboding's github stats GitHub Stats

โšกMy Tech Stack:

Python MySQL C C++ Figma CSS3 Django AWS Render PostgreSQL FastAPI Nginx

Pinned Loading

  1. Scrapper Scrapper Public

    Python 1

  2. Medamoove/Medamoove_backend Medamoove/Medamoove_backend Public

    Python

  3. appointer appointer Public

    Python 1

  4. Django_appointment Django_appointment Public

    1

  5. goauth goauth Public

    Python 1

  6. Medcity_automation Medcity_automation Public

    Automation

    Python 1