1def abc ():
2    return ["hello", "world",
3            "!"]
4
5print(   "Incorrect formatting"
6)
7