DeepFlowest

[CodeUp]기초100제(python)_1066번 : [조건/선택실행구조] 정수 3개 입력받아 짝/홀 출력하기 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1066번 : [조건/선택실행구조] 정수 3개 입력받아 짝/홀 출력하기

Orange57 2020. 3. 29. 22:54
728x90
반응형
SMALL

문제 : 

세 정수 a, b, c가 입력되었을 때, 짝(even)/홀(odd)을 출력해보자.

답 : 

방법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