rem=(#''--[=[
);"""
COMMENT
"""#]=])
print"Hello from both Python and Lua"
That print call will only work on Python 2.x, which has been EOL since January. To be compatible with Python 3 (where print is a builtin function rather than a keyword statement), you need parentheses around the argument.