Data Types And String Manipulation Flashcards
1
Q
What is string concatenation
A
Joining two or more strings together
Example:
Name = “Lucas”
Greeting = “hello” + name
Print(Greeting)
2
Q
A
3
Q
A
What is string concatenation
Joining two or more strings together
Example:
Name = “Lucas”
Greeting = “hello” + name
Print(Greeting)