10 lines
279 B
Python
10 lines
279 B
Python
# -------------------------------
|
|
# Difficult Rocket
|
|
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
|
|
# All rights reserved
|
|
# -------------------------------
|
|
|
|
def print(text: str) -> None: ... # 直接调用fprint
|
|
|
|
def printf(text: str) -> None: ... # 测试中
|