Rewrote the comments in the libraries under 'includes' in English (excluding those inside folders)

This commit is contained in:
2026-07-29 23:34:36 +08:00
parent 3633be1995
commit a2cc28a6ab
54 changed files with 7091 additions and 899 deletions

View File

@@ -1,11 +1,2 @@
import t
def print(*args, sep: str = " ", end: str = "\n") -> t.State:
...
def input(prompt: str = "") -> str | t.State:
...
class type:
def __init__(self): ...
def __str__(self): ...