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

3 lines
42 B
Python

a = "Hello"
print("%s %s" % (a, "World"))