Examveda

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

A. "Hello World"

B. "hello world"

C. "Hello+World"

D. "Hello" " " "World"

Answer: Option A

Solution (By Examveda Team)

The + operator concatenates the strings.

This Question Belongs to Python Program >> Variable Names And Operators

Join The Discussion

Related Questions on Variable Names and Operators