Skip to content

Instantly share code, notes, and snippets.

@ashitaka1963
Created April 13, 2020 22:20
Show Gist options
  • Save ashitaka1963/c3e93aa5f0199dfdd3049b2dc915a70e to your computer and use it in GitHub Desktop.
Save ashitaka1963/c3e93aa5f0199dfdd3049b2dc915a70e to your computer and use it in GitHub Desktop.
要素の中から最大値を求める(max関数)
a=1
b=2
c=3
print(max(a,b,c)) # 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment