Question #7106   Submitted by Answiki on 11/26/2022 at 09:51:38 AM UTC

What is a concatenation?

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



2 events in history
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.