Python, Django, Flutter Developer
© 2020. MIT License.
책 내용에 대한 무단배포 방지를 위해 최소한으로 정리
txt1 = 'A tale that was not right' txt2 = '이 또한 지나가리라.' print(txt1[5]) print(txt2[-2])
Comments