What Will Be The Output Of The Following Python Codep Pre #222
What will be the output of the following Python code?</p> <pre><code class="language-python"> >>>example = "snow world" >>>example[3] = 's' >>>print example </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Strings - Python Strings - Quiz No.2.
What will be the output of the following Python code?
>>>example = "snow world" >>>example[3] = 's' >>>print example
snow
snow world
Error
snos world