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

3 lines
55 B
Python

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