Skip to content

Instantly share code, notes, and snippets.

@nyunerrr
Created May 22, 2020 12:57
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/47a16484a1792c111d6a5ae5ffb7ba68 to your computer and use it in GitHub Desktop.
Save nyunerrr/47a16484a1792c111d6a5ae5ffb7ba68 to your computer and use it in GitHub Desktop.
def Q8(n):
return int(1.12*n)
#税込価格は、税率がp、値段がnのとき、n(1+p)で表されます。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment