snapshot before regression test
This commit is contained in:
11
includes/builtins.py
Normal file
11
includes/builtins.py
Normal file
@@ -0,0 +1,11 @@
|
||||
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): ...
|
||||
Reference in New Issue
Block a user