Skip to content
View xetjzh's full-sized avatar

Block or report xetjzh

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

Hi there 👋

Hello, I am xetjzh, a medical student who loves to toss, welcome to my github's personal homepage!

Introduce myself

#use python3
def this_me():
    while True:
        print("Please select an option:")
        print("1. What are you doing?")
        print("2. What will you do in the future?")
        print("3. How can I contact you?")
        print("4. exit()")
        choice = input("Please enter a number from 1 to 5 to choose an option.")
        if choice == '1':
            print("Acquire knowledge and develop interests")
        elif choice == '2':
            print("Be a good doctor, of course I won't give up my interest")
        elif choice == '3':
            print("I am everywhere")
        elif choice == '4':
            print("The program crashed......")
            break
        else:
            print("Invalid input, please enter a number from 1 to 4.")
        input("Let me out!")
        print("\n")


if __name__ == "__main__":
    this_me()

Pinned Loading

  1. Image-catalog Image-catalog Public

    私人图片储存库--图床

  2. onedrive-vercel-index onedrive-vercel-index Public

    Forked from spencerwooo/onedrive-vercel-index

    OneDrive public directory listing, powered by Vercel and Next.js

    TypeScript

  3. xetjzh.github.io xetjzh.github.io Public

    HTML

  4. PlexPt/awesome-chatgpt-prompts-zh PlexPt/awesome-chatgpt-prompts-zh Public

    ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。

    52.1k 13.5k