Files
TencentOS-tiny/components/language/micropython/tests/cmdline/repl_sys_ps1_ps2.py
2022-09-29 12:10:37 +08:00

7 lines
78 B
Python

# test changing ps1/ps2
import usys
usys.ps1 = "PS1"
usys.ps2 = "PS2"
(1 +
2)