summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_sys_ps1_ps2.py.exp
blob: 9e82db5e313e4113df0724b412e41bfa20872d70 (plain)
1
2
3
4
5
6
7
8
9
10
MicroPython \.\+ version
Use \.\+
>>> # test changing ps1/ps2
>>> import sys
>>> sys.ps1 = "PS1"
PS1sys.ps2 = "PS2"
PS1(1 +
PS22)
3
PS1