Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the output of the following code ?
Home
Python
What is the output of the following code ?
asked
Jun 13, 2019
in
Python
by
Derya
What is the output of the following code ?
>>>example = "snow world"
>>>example[3] = 's'
>>>print example
a. snow world
b. Error
c. snow
d. snos world
#python
#python-tutorial
#ball-python
#java
Python-questions-answers
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Oct 31, 2019
by
Robin
Answer is (B )Error ,
Strings cannot be modified.
0
votes
answered
Oct 31, 2019
by
Robin
answer is ERror
...