micropython/tests/cmdline/repl_sys_ps1_ps2.py.exp
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

11 lines
136 B
Plaintext

MicroPython \.\+ version
Use \.\+
>>> # test changing ps1/ps2
>>> import sys
>>> sys.ps1 = "PS1"
PS1sys.ps2 = "PS2"
PS1(1 +
PS22)
3
PS1