+ 2
can I use methods (append) and (insert) to the string type?
I mean b/c its same in functionlaty
2 ответов
+ 2
https://code.sololearn.com/cvdefs6kLDkh/?ref=app
https://docs.python.org/3/tutorial/datastructures.html
+ 1
append means adding; whereas insert means adding to a position