Sign In
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)
Login To Comment
Advertisement
Allow javascript to properly load this page