Skip to content

Instantly share code, notes, and snippets.

@JoMingyu
Created April 5, 2018 07:05
n = int(input('0 이상의 숫자 입력 > '))
assert n > 0, 'Data should only contain positive values'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment