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