Skip to main content
Submitted by admin on
Aggregate 核验溯源
Body

为了感受自己还活着,Austin Z. Henley 在周末手写代码。 他的最新挑战:用 1024 字节的 C 代码写一个 Python 解释器。不用宏花招,不用库诡计。 目标很明确——能让这段代码跑起来: def buzz(): for n in range(101): if n % 15 == 0: print("FizzBuzz") else: if...

来源:https://www.oschina.net/news/502364/python-1024

Domain Tag
harmonyos
Source Name
OSChina 开源资讯