String Puzzle Alert! What will this code print? Most devs get this wrong! text = "hello" text[0] = "H" print(text) A. "Hello" B. "hello" C. Error D. None Think you know Python? Let's see! 🤔 #PythonPuzzle #CodingQuiz