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