Examveda

What is the result of "5" + "3" ?

A. 8

B. "8"

C. 53

D. "53"

Answer: Option D

Solution (By Examveda Team)

The + operator concatenates strings, so "5" + "3" results in "53".

This Question Belongs to Python Program >> Data Types And Numeric Types

Join The Discussion

Related Questions on Data Types and Numeric Types