DeepFlowest

[CodeUp]기초100제(python)_1024번 : [입출력] 단어 1개 입력받아 나누어 출력하기 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1024번 : [입출력] 단어 1개 입력받아 나누어 출력하기

Orange57 2020. 2. 21. 23:21
728x90
반응형
SMALL

문제 : 

단어를 1개 입력받는다.
입력받은 단어(영어)의 각 문자를
한줄에 한 문자씩 분리해 출력한다.

답 : 

방법1

방법2


코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp

 

Yearang-Lee/Algorithm

Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub.

github.com

 

728x90
반응형
LIST
Comments