Python
[Python] 모각코 _ 12일차
보라해바라기
2022. 2. 22. 11:06
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