파이썬 리스트 예제

파이썬 리스트 예제

1. 리스트의 인덱스를 활용하여 'T'를 출력하세요.

str = "My name is Tom."
이 글을 보려면 오른쪽 '펼치기' 버튼 클릭
str = "My name is Tom."
print(str[11])
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}