41.
What is the result of 2 ** 3 ** 2 ?

45.
What is the output of print("Hello" + " " + "World") ?

46.
What does the != operator mean in Python?