How do you concatenate two strings in Python?
str1 . str2
str1 + str2
str1 , str2
concat(str1, str2)
This question is part of this quiz :