执行print("{1}{0}".format("Hello","Python","!"))语句后,输出的结果是()。
HelloPython!
PythonHello!
HelloPython
PythonHello