Skip to content
View abersheeran's full-sized avatar
👋
玉楼金阙慵归去,且�梅花醉洛阳
👋
玉楼金阙慵归去,且�梅花醉洛阳

Organizations

@encode @Docker-s-IMAGES @Aber-s-practice

Block or report abersheeran

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

你好 👋

我是 Aber,字“�休�,自�“云鹤�。

最擅长的编程语言是 Python,�尔写写 TypeScript�Rust�Lua�Go。

Top Langs

Pinned repositories

Pinned Loading

  1. Y combinator. Python lambda. Y combinator. Python lambda.
    1
    Y = lambda g: (lambda f: g(lambda arg: f(f)(arg))) (lambda f: g(lambda arg: f(f)(arg)))
    2
    
                  
    3
    if __name__ == "__main__":
    4
        fib = Y(lambda f: lambda n: (1 if n < 3 else f(n-1) + f(n-2)))
    5
        print(fib(10))
  2. mywxmp mywxmp Public

    我的微信公众� �aber的个人�“

    Python 12 4

  3. telegram-bot telegram-bot Public

    Python 7

  4. qq-group-bot qq-group-bot Public

    基于 QQ BOT 平� API 的群�机器人

    Python 3 1