stringList = ["Essential", "Python", "Code"] print stringList[0] + ' ' + stringList[1] + ' ' + stringList[2]