Skip to content
View Expector-Hutch's full-sized avatar
😭
不想上学啊啊啊
😭
不想上学啊啊啊
Block or Report

Block or report Expector-Hutch

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

Pinned

  1. Expector-s-personal-homepage Expector-s-personal-homepage Public

    炫酷的个人主页!

    HTML 9 1

  2. 3xplus1 3xplus1 Public

    Forked from budawu/3xplus1

    用不同的编程语言验证3x+1问题

    Jupyter Notebook 1

  3. colorful_print.py colorful_print.py
    1
    def printc(*args, fg = '', bg = '', light: bool = False, style = (), sep=' ', end='\n', file=None, flush=False):
    2
        def prints(arg): return print(arg, end='', file=file, flush=flush)
    3
    
                  
    4
        def decoder(data):
    5
            if type(data) is str: