Login
Remember
Register
Ask a Question
Given a string s = “Welcome”, which of the following code is incorrect?
0
votes
asked
Feb 11, 2020
in
Python
by
rahuljain1
Given a string s = “Welcome”, which of the following code is incorrect?
print s[0]
print s.lower()
s[1] = ‘r’
print s.strip()
#pyton-string
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...