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

5 lines
45 B
Python

a = """A
B
C"""
for line in a:
print line