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

Block or report Expector-Hutch

Report abuse

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

Report abuse
Expector-Hutch/README.md

Pinned Loading

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

    炫酷的个人主页!

    TypeScript 10 2

  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: