What will be the output after the following statements? >>> x = ’24’+’16’ print(x)

The function to display a specified message on the screen is… ?

Why does this code raise an error: >>> print(«1234″+5678)