목록Statement (1)
규도자 개발 블로그
[해커랭크(Hackerrank)/30 Days of Code/파이썬3(python3)] Day 3: Intro to Conditional Statements
Objective In this challenge, we're getting started with conditional statements. Check out the Tutorial tab for learning materials and an instructional video!Task Given an integer, , perform the following conditional actions:If is odd, print WeirdIf is even and in the inclusive range of to , print Not WeirdIf is even and in the inclusive range of to , print WeirdIf is even and greater than , prin..
알고리즘/풀이
2019. 3. 21. 20:42