Skip to content

Instantly share code, notes, and snippets.

@nyunerrr
Created May 22, 2020 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyunerrr/096a8a46c0a90ee4f887f624081c2194 to your computer and use it in GitHub Desktop.
Save nyunerrr/096a8a46c0a90ee4f887f624081c2194 to your computer and use it in GitHub Desktop.
def Q7(n):
if(n%2 != 0):
return "Yes"
else:
return "No"
#2で割り切れない数値は全て奇数です。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment