Question #7106
Submitted by Answiki
on 11/26/2022 at 09:51:38 AM UTC
What is a concatenation?
Merged questions
Answer
Submitted by Answiki
on 11/26/2022 at 09:53:54 AM UTC
In computer science, a concatenation is the action of putting two strings of characters end to end.
For example in Python, you can concatenate strings with the +
operator:
>>> result = "Hello " + "world"
>>> print (result)
Hello world
Answer by Answiki on 11/26/2022 at 09:53:54 AM
In computer science, a concatenation is the action of putting two strings of characters end to end.
For example in Python, you can concatenate strings with the +
operator:
>>> result = "Hello " + "world"
>>> print (result)
Hello world
Question by Answiki 11/26/2022 at 09:51:38 AM
What is a concatenation?
# | ID | Query | URL | Count |
---|
Icons proudly provided by Friconix.