Difficult-Rocket/Difficult_Rocket/utils/cprint/py_cprint.py
2022-07-25 18:28:42 +08:00

18 lines
374 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
from build import pycprint
pycprint.print("来个测试\n")
pycprint.print("再来个测试\n")
pycprint.print("abcdefg\n")
pycprint.printf('aaaa')
pycprint.printf("啊啊啊abc啊怎么了")