7 lines
75 B
Python
7 lines
75 B
Python
# test changing ps1/ps2
|
|
import sys
|
|
sys.ps1 = "PS1"
|
|
sys.ps2 = "PS2"
|
|
(1 +
|
|
2)
|