Computer Science for IGCSE & O level - Programming (Section 2 - No. 32)

What is the output of: `print "abc" + "def"`?
abc
def
abcdef
abcd

Explanation

String concatenation joins strings together.

Comments (0)

Advertisement