Question Answered step-by-step Convert the string named “text2” below onto a list of the integer… Convert the string named “text2” below onto a list of the integer numbers it contains. Add 3 to every number in the list and convert the list back onto a string of numbers separated by semicolons (;). Print the string you created. text2 = “83,65,46,57,18,12”print(“Original text =””, text2,”””) Computer Science Engineering & Technology Python Programming CS 152 Share QuestionEmailCopy link Comments (0)