Skip to content
View abhint's full-sized avatar
🐈
🐈

Organizations

@collective @fossasia @cyclejs-community @EddieHubCommunity @Design-and-Code @WebXDAO

Block or report abhint

Report abuse

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

Report abuse
abhint/README.md

Hi there 👋, I'm Abhijth!

f065af421e3ba3ea3396438833ddd605

mail . facebook . linkedin . tweets . instagram . telegram . hashnode

class Bio:
    def __init__(self, hobbies, favorite_animal, activities):
        self.hobbies = hobbies
        self.favorite_animal = favorite_animal
        self.activities = activities

    def create_bio(self):
        bio = (
            f"Hi there! I'm someone who loves {', '.join(self.hobbies)}."
            f" My favorite animal is {self.favorite_animal}."
            f" I enjoy spending time with friends by {', '.join(self.activities)}."
        )
        return bio


hobbies = ["coding", "exploring new technologies"]
favorite_animal = "cats"
activities = ["hanging out", "having fun"]


my_bio = Bio(hobbies, favorite_animal, activities)
bio_text = my_bio.create_bio()

print(bio_text)

Pinned Loading

  1. TelegramFilestoCloud TelegramFilestoCloud Public

    This bot uploads telegram files to a third-party server. Usage: Send any file or bot. Then select the third-party Cloud you want to upload to.

    Python 119 141

  2. paste paste Public

    The paste is an open-source and free web application. The Past allows users to upload and share text content online.

    Python 3

  3. youtube-downloader youtube-downloader Public

    This is a youtube downloader. Made of flask and yt-dlp.

    HTML 15 18

  4. strandom strandom Public

    The Strandom package provides a utility for generating random strings with customizable length. It combines numbers, lowercase letters, and uppercase letters in a shuffled manner to create unique a…

    Go 2

  5. TGInlineGIF TGInlineGIF Public

    Telegram Inline tenor gif search bot.

    Python 20 15

  6. linkee linkee Public

    Linkee is a dynamic and versatile open-source URL shortening web application designed for self-hosting. With its powerful API and user-friendly interface, Linkee empowers you to create and manage y…

    Go 2