[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
- 매매일지
- Tableau
- hackerrank
- python
- string
- 해커랭크
- HK이노엔
- 코로나19
- mysql
- Weather Observation Station
- TSQL
- python3
- MSSQL
- 넷플릭스
- SQL Server
- 리비안
- 에코캡
- DATABASE
- 경구치료제
- 몰누피라비르
- 분석탭
- 넥스트BT
- 테슬라
- insert
- 미중무역전쟁
- tensorflow
- 동국알앤에스
- MS SQL Server
- 대원화성
- list
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함