Python HackerRank 문제 2 - Python If-Else Python If-Else 풀이 #!/bin/python3 import math import os import random import re import sys if __name__ == '__main__': n = int(input()) if n % 2 !
= 0: print("Weird") elif n in range(2, 6): print("Not Weird") elif n in range(6, 21): print("Weird") elif n >= 20: print("Not Weird") * 출처 Python If-Else | HackerRank Practice using if-else conditional statements www.hackerrank.com...
#
HackerRank_PythonIfElse
#
Python
#
Python_HackerRank
#
Python_HackerRank_PythonIfElse
#
Python_PythonIfElse