Convert a list ['Pythons syntax is easy to learn', 'Pythons syntax is very clear'] to a string using ‘&’. code example
Example 1: how to create string in python
string = "this is string"
#or
string = 'this is also string'
Example 2: how to create a string in python
var1 = "A String"