2022-07-07 18:28:29 +08:00
|
|
|
# -------------------------------
|
|
|
|
# Difficult Rocket
|
|
|
|
# Copyright © 2021-2022 by shenjackyuanjie 3695888@qq.com
|
|
|
|
# All rights reserved
|
|
|
|
# -------------------------------
|
|
|
|
|
|
|
|
from build import pycprint
|
|
|
|
|
2022-07-09 11:57:00 +08:00
|
|
|
pycprint.print("a啊a\n")
|
|
|
|
|
|
|
|
pycprint.printf("a啊a\n", "aaa", "aaa", end='')
|
|
|
|
|
|
|
|
print()
|
|
|
|
|
|
|
|
pycprint.printf()
|
|
|
|
|
|
|
|
pycprint.printf("aaa\n", "aaa", "aaa")
|