[Python/Hackerrank] Strings > Mutations
Mutations We have seen that lists are mutable (they can be changed), and tuples are immutable (they cannot be changed). Let's try to understand this with an example. You are given an immutable string, and you want to make changes to it. Example >>> string = "abracadabra" You can access an index by: >>> print string[5] a What if you would like to assign a value? >>> string[5] = 'k' Traceback (mos..
Programming/Python
2021. 12. 8. 14:30
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Weather Observation Station
- TSQL
- 넷플릭스
- 리비안
- MS SQL Server
- 테슬라
- list
- python
- 미중무역전쟁
- string
- 몰누피라비르
- 분석탭
- MSSQL
- hackerrank
- 대원화성
- insert
- 동국알앤에스
- 코로나19
- 매매일지
- DATABASE
- HK이노엔
- Tableau
- tensorflow
- python3
- 경구치료제
- SQL Server
- mysql
- 에코캡
- 해커랭크
- 넥스트BT
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함