summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_sys_ps1_ps2.py
blob: cfefe804bf2547e7e3d1490987a2eb8764146000 (plain)
1
2
3
4
5
6
# test changing ps1/ps2
import sys
sys.ps1 = "PS1"
sys.ps2 = "PS2"
(1 +
2)