7 lines
98 B
Python
7 lines
98 B
Python
def abc ():
|
|
return ["hello", "world",
|
|
"!"]
|
|
|
|
print( "Incorrect formatting"
|
|
)
|