etc/Coding Test

[codeup] 123. 아르바이트 가는 날

Jun's N 2022. 1. 22. 02:03
n = int(input())
if n%2 == 1:
  print('oh my god')
elif n%2 == 0:
  print('enjoy')
728x90