Exam PCAP All QuestionsBrowse all questions from this exam
Question 42

Python strings can be `glued` together using the operator:

    Correct Answer: D

    In Python, the plus (+) operator is used to concatenate, or 'glue', strings together. For example, 'hello' + ' world' results in 'hello world'.

Discussion
DjenneOption: D

D (+) is the correct answer.

666_mOption: D

D is correct

macxszOption: D

answer: D. +