#  짝수인지 홀수인지 판별
# 문제:
# 숫자를 입력받아 짝수면 "짝수입니다", 홀수면 "홀수입니다"를 출력하는 even_or_odd(n) 함수를 만들어 보세요.





#   별 찍기 함수
# 문제:
# 주어진 숫자만큼 *를 출력하는 print_stars(n) 함수를 만들어 보세요.



Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: