Какая из операций изменяет строку s? Python ======================================
s[0]='A'
s[:]=*
s.replace('a','A')
====================================== python https://ru.stackoverflow.com/q/561119