20222282 이도빈 #6
eunoa
started this conversation in
풀이 코드 게시판(화요일 스터디 참여자)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
'''
#1번 문제
print(" ,r'"7\n")
print("r
-_ ,' ,/\n") print(" \. \". L_r'\n") print("~/\n")print(" |\n")
print(" |\n")
'''
'''
#2번문제
arr=int(input("정수를 입력하세요>>"))
if arr%?==0:
print("true")
else:
print("false")
'''
'''
#3번 문제
num=int(input('정수를 입력하세요>>'))
if num%2 == 1:
print("Odd")
else:
print("Even")
'''
Beta Was this translation helpful? Give feedback.
All reactions