7 lines
77 B
Python
7 lines
77 B
Python
|
|
|
|
print(
|
|
"Unexpected changes:\n"
|
|
"\n".join(["1", "2", "3"])
|
|
)
|