We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
我是 Aber,字“子休”,自号“云鹤”。
最擅长的编程语言是 Python,偶尔写写 TypeScript、Rust、Lua、Go。
Y = lambda g: (lambda f: g(lambda arg: f(f)(arg))) (lambda f: g(lambda arg: f(f)(arg)))
if __name__ == "__main__":
fib = Y(lambda f: lambda n: (1 if n < 3 else f(n-1) + f(n-2)))
print(fib(10))
我的微信公众号 ”aber的个人号“
Python 12 4
Python 7
基于 QQ BOT 平台 API 的群聊机器人
Python 3 1