Files
openide/python/testData/refactoring/introduceVariable/middleSubstring.after.py

2 lines
45 B
Python

a = "lo wor"
print(prefix + "hel" + a + "ld")