티스토리 뷰
반응형
1 2 3 4 5 6 7 8 9 10 11 | vowels = ['a', 'e', 'i', 'o', 'u'] word = input("put the word: ") found = [] for letter in word: if letter in vowels: if letter not in found: found.append(letter) for vowel in found: print(vowel) | cs |
'Python > Note' 카테고리의 다른 글
Python one key, multiple values(string in list) dictionary (파이썬 키 하나 여러 밸류 리스트 스트링 ) (0) | 2018.11.11 |
---|---|
Python 어린이에게 산술을 가르치는 응용 프로그램을 작성하시오. (0) | 2018.10.16 |
django 기본 프로젝트 생성 등등 (0) | 2018.09.29 |
python for문 예제 (0) | 2018.06.30 |
python 파이썬 기초 정리 요약중 (0) | 2017.06.28 |
댓글
티스토리 방명록
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
Blog is powered by
Tistory / Designed by
Tistory
Contact: j0n9m1n1@gmail.com
Contact: j0n9m1n1@gmail.com