Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# test changing ps1/ps2
import sys
sys.ps1 = "PS1"
sys.ps2 = "PS2"
(1 +
2)