Files
openide/python/testData/refactoring/introduceVariable/substringNewStyleKeywords.after.py
T

2 lines
59 B
Python

a = "Hello"
print("{a}, {name}!".format(name="World", a=a))