8000 ytbiilly (Drops) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View ytbiilly's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report ytbiilly

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

Hello there 👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Chen Zhao"
        self.role = "Software Engineer"
        self.language_spoken = ["zh_CN", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

Popular repositories Loading

  1. ytbiilly ytbiilly Public

    Config files for my GitHub profile.

  2. kaleido-BOT kaleido-BOT Public

    Forked from MICSY-xyz/kaleido-BOT

    Kaleido BOT is an automated script for mining KLDO tokens from Kaleido Finance Testnet. It enables multi-wallet mining while following Kaleido's latest security measures to avoid bans and rate limits.

    JavaScript

0