SMALL
https://codemate.kr/@jgh0711/파이썬-12일차-튜플과-딕셔너리로-문자열-길이-출력하기
[파이썬 12일차] 튜플과 딕셔너리로 문자열 길이 출력하기 by jgh0711 | 코드메이트
exam = ("Hello", "This is Python", "Bye") examOne = len(exam[0]) examTwo = len(exam[1]) examThree = len(exam[2]) exam_dict = {"Hello" : examOne , "
codemate.kr
728x90
'Python' 카테고리의 다른 글
[Python] 모각코 _ 14일차 (0) | 2022.02.24 |
---|---|
[Python] 모각코 _ 13일차 (0) | 2022.02.23 |
[Python] 모각코 _ 11일차 (0) | 2022.02.21 |
[Python] 모각코 _ 10일차 (0) | 2022.02.18 |
[Python] 모각코 _ 9일차 (0) | 2022.02.17 |
댓글