micropython/tests/cmdline/repl_sys_ps1_ps2.py
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00

7 lines
75 B
Python

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